Add 'theme.html'

This commit is contained in:
2020-10-07 21:47:04 +00:00
parent 4e4a6de4d8
commit 7a4492fd5e

16
theme.html Normal file
View File

@@ -0,0 +1,16 @@
<style>
html {
color: #86acd1;
background-color: #383c4a;
}
a {
color: #86acd1;
}
a:hover {
color: #1e70bf;
}
</style>