update site code

This commit is contained in:
2023-09-05 17:27:19 -07:00
parent af31d25f52
commit 0d19f65c9c
7 changed files with 62 additions and 26 deletions
+21 -5
View File
@@ -1,10 +1,9 @@
$bg-color: #F3F8F1;
$primary-color: #0197F6;
$secondary-color: #D7263D;
$primary-color: #D7263D;
$secondary-color: #984EA3;
html {
font-family: Hack, monospace;
font-size: 80%;
font-family: "Iosevka", sans;
background-color: $bg-color;
}
@@ -23,7 +22,6 @@ a:visited {
body {
font-size: 1.6rem;
color: #000;
}
header {
@@ -150,3 +148,21 @@ article .header {
font-size: 1.8rem;
}
}
img {
border: 1px solid;
margin: auto;
display: block;
max-width:50%;
}
.modded {
color: grey;
}
code {
color: white;
background-color: #212121;
font-family: monospace;
padding: 0 3px;
}