diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,8 +2,9 @@ color: white; /*font-family: Courier New, Courier, monospace;*/ font-family: Arial; - background-color: black; + background-color: transparent; } +html { background-color: #16161d; } a:link {color: dodgerblue} a:visited {color: dodgerblue} a:hover {color: dodgerblue} |