This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
asklyphe-frontend/static/themes/gloss/home.css

20 lines
429 B
CSS
Raw Normal View History

2025-03-07 17:13:57 -08:00
.front-links > ul > li > a, .front-links > ul > li > a:visited {
font-family: "Segoe UI", sans-serif;
color: black;
text-shadow: 0 0 8px white;
}
.front-links > ul > li > a:hover {
color: #ffffff;
text-shadow: 0 0 12px #00c1ff;
}
#lyphetitle > h2 {
font-family: "Segoe UI", sans-serif;
color: dimgray;
text-shadow: 0 0 8px white;
}
.main {
background: rgba(240, 240, 240, 0.6) !important;
}