From c6ebb5a397be80ed4a1c0a9e96f3690709317ad0 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Fri, 23 Jun 2023 15:25:06 +0200 Subject: cleanup: minor changes and cleanup of fonts --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 5094969..800f0fe 100644 --- a/style.css +++ b/style.css @@ -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); -- cgit v1.2.3