Add 'theme.html'
This commit is contained in:
16
theme.html
Normal file
16
theme.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<style>
|
||||
html {
|
||||
color: #86acd1;
|
||||
background-color: #383c4a;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #86acd1;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #1e70bf;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user