Layout: Add themes

This commit is contained in:
James Taylor
2019-08-25 15:25:24 -07:00
parent 609244e34f
commit e9b16ef71f
12 changed files with 79 additions and 21 deletions

View File

@@ -0,0 +1,21 @@
body{
--interface-color: #333333;
--text-color: #cccccc;
--background-color: #000000;
}
a:link {
color: #22aaff;
}
a:visited {
color: ##7755ff;
}
a:not([href]){
color: var(--text-color);
}
.comment .permalink{
color: #ffffff;
}