diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,11 @@ body{ font-family:Cousine; } +.frame{ + margin-top=10px; + margin-bottom=10px; +} + .language{ text-decoration:none; font-size:1.2em; @@ -86,6 +91,10 @@ a{ border-top: 3px dotted blue; } +.footer{ + color: #aaaaaa; +} + @font-face{ font-family:Cousine; src:url(./fonts/CousineNerdFont-Regular.ttf); |
