summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
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);