mirror of
https://github.com/HugoAura/Seewo-HugoAura.git
synced 2026-06-21 23:54:26 +08:00
9 lines
175 B
CSS
Executable File
9 lines
175 B
CSS
Executable File
.aura-config-subpage-disable-limit-root {
|
|
opacity: 1;
|
|
transition: opacity 0.5s;
|
|
}
|
|
|
|
.aura-config-subpage-disable-limit-root.acs-disable-limit-root-hidden {
|
|
opacity: 0;
|
|
}
|