diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..216401e --- /dev/null +++ b/style.css @@ -0,0 +1,10 @@ +* { + color: white; + /*font-family: Courier New, Courier, monospace;*/ + font-family: Arial; +} +html { background-color: #16161d; } +a:link {color: dodgerblue} +a:visited {color: dodgerblue} +a:hover {color: dodgerblue} +a:active {color: dodgerblue} |