mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Improved the UIs of: Memories/Notes, cult tomes, autolathes, biogenerators, chem heaters, wizard spellbooks, cryopods, soulstones, space heaters.
39 lines
489 B
CSS
39 lines
489 B
CSS
.uiTitle,
|
|
head,
|
|
header {
|
|
background-color: #371146;
|
|
color: #cb6df0;
|
|
}
|
|
|
|
|
|
body {
|
|
background: #3e144e;
|
|
color: #d486f3;
|
|
}
|
|
|
|
a,
|
|
a:link,
|
|
a:visited,
|
|
a:active,
|
|
.linkOn,
|
|
.linkOff {
|
|
background: #591b72;
|
|
color: #ce7dee;
|
|
transition: background 0.2s, color 0.2s;
|
|
}
|
|
|
|
a:hover {
|
|
background: #ce7dee;
|
|
color: #591b72;
|
|
}
|
|
|
|
.spell-block {
|
|
background-color: #3e144e;
|
|
color: #d486f3;
|
|
transition: background-color 0.2s, color 0.2s;
|
|
}
|
|
|
|
.spell-block:hover {
|
|
background-color: #280c33;
|
|
color: #e39bff;
|
|
} |