add text color

This commit is contained in:
Jonathan Baecker 2020-04-20 18:06:08 +02:00
parent b4d4dc0e3e
commit d7dcf659a4

View File

@ -8,6 +8,7 @@
html, body {
font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI',
Roboto, 'Helvetica Neue', Arial, sans-serif;
color: #c4c4c4;
font-size: 15px;
word-spacing: 1px;
-ms-text-size-adjust: 100%;
@ -19,4 +20,8 @@ html, body {
padding: 0;
margin: 0;
}
a {
color: #c4c4c4;
}
</style>