diff --git a/public/styles/style.css b/public/styles/style.css index 31c9220..b749bf7 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -1,13 +1,14 @@ /* @import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap'); */ @font-face { - font-family: 'Source Code Pro'; - src: url('/fonts/SourceCodePro.ttf'); + font-family: 'Source Code Pro'; + src: url('/fonts/SourceCodePro.ttf'); } * { - color-scheme: light dark; - font-family: 'Source Code Pro', monospace !important; + color-scheme: light dark; + font-family: 'Source Code Pro', monospace !important; + color: #00FF00; } html, body {