[14/01/24] Adding tokyonight theme

This commit is contained in:
Andrew Conlin 2024-01-14 10:08:58 +00:00
parent 564f42520e
commit 6e846024dc

@ -38,4 +38,13 @@ div.content {
margin: 0 auto;
position: relative;
}
}
}
body {
background-color: #1a1b26;
color: #a9b1d6;
}
a {
color: #9ece6a;
}