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/dark/home.css

17 lines
No EOL
381 B
CSS

.front-links > ul > li > a, .front-links > ul > li > a:visited {
text-decoration: none;
color: white;
}
.bent-surrounding {
background: url("/static/themes/dark/borderbent.png") no-repeat center;
background-size: 90%;
display: grid;
height: auto;
}
#lyphetitle > h2 {
font-family: NanumGothicCoding, monospace;
font-size: 175%;
color: white;
}