1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Explicitly set fb/bg colors

This commit is contained in:
rohan kumar 2020-11-23 18:19:18 -08:00
parent dbab08560f
commit e31cdd52ca
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -3,6 +3,8 @@
--shaded-bg: #e3e3e3;
}
html {
background: white;
color: black;
line-height: 1.5rem;
font-family: sans-serif;
}