watch-tfa/style.css

16 lines
269 B
CSS
Raw Normal View History

2024-04-23 12:51:54 +00:00
@media (prefers-color-scheme: dark){
body {
background:#42;
color:#FF;
}
2024-04-23 12:43:51 +00:00
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
2024-04-23 12:48:48 +00:00
font-family:"Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
2024-04-23 12:43:51 +00:00
font-size: 18px;
color: #42;
padding: 0 8px;
}