asklyphe/asklyphe-frontend/static/themes/dark/home.css

17 lines
381 B
CSS
Raw Normal View History

2025-03-12 12:32:15 -07:00
.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;
}