diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-06-23 15:25:06 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-06-23 15:25:06 +0200 |
| commit | c6ebb5a397be80ed4a1c0a9e96f3690709317ad0 (patch) | |
| tree | 1f3ac407f51d32768fe2e4087a5bafc51461a752 /style.css | |
| parent | f9f707ab649abc928b86c9010ae358d72d955412 (diff) | |
cleanup: minor changes and cleanup of fonts
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); |
