Clean-up docs and merge some imports

This commit is contained in:
Lonami Exo
2018-05-30 18:55:01 +02:00
parent 780c66c619
commit ae87d452c8
7 changed files with 32 additions and 23 deletions

View File

@@ -36,10 +36,20 @@
body {
font-family: 'Hack', monospace;
color: #0a0;
background-color:#000;
background-color: #000;
font-size: 16px;
}
::-moz-selection {
color: #000;
background: #0a0;
}
::selection {
color: #000;
background: #0a0;
}
a {
color: #0a0;
}