Files
SugoiTTS/static/index.css
T
sugoidogo 1dad86b494
deploy.yaml / release (push) Successful in 34s
better css
2026-07-29 04:09:53 -07:00

21 lines
306 B
CSS

:root {
color-scheme: light dark;
}
.header,form {
border-bottom: solid lightgrey;
}
.header {
position: sticky;
top: 0px;
display: block;
background-color: light-dark(#f9f9f9, #222222);
}
form {
padding-bottom: 10px;
}
a {
color:dodgerblue;
}
.hidden {
display: none;
}