mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-20 23:14:28 +08:00
9 lines
177 B
CSS
Executable File
9 lines
177 B
CSS
Executable File
.aura-config-subpage-preferences-root {
|
|
opacity: 1;
|
|
transition: opacity 0.5s;
|
|
}
|
|
|
|
.aura-config-subpage-preferences-root.acs-preferences-root-hidden {
|
|
opacity: 0;
|
|
}
|