mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-10-30 03:36:16 +00:00
Set default text color explicitly
It was requested by a person because it broke how the site looked to them
This commit is contained in:
parent
2ce25811af
commit
d27a63d375
@ -103,7 +103,7 @@ header { width: 100%; margin-bottom: 1rem; }
|
||||
*, *::before, *::after {box-sizing: border-box;}
|
||||
html { height:100%; padding:0; }
|
||||
body {height:100%; margin:0; }
|
||||
body, input, kbd { font-size:16px; font-family: 'PT Sans', 'Liberation Sans', sans-serif;}
|
||||
body, input, kbd { font-size:16px; font-family: 'PT Sans', 'Liberation Sans', sans-serif; color: black; }
|
||||
main > form {margin-bottom:1rem;}
|
||||
textarea {font-size:16px; font-family: 'PT Sans', 'Liberation Sans', sans-serif;}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user