diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 6c0a7f5..51d9633 100644 --- a/static/style.css +++ b/static/style.css @@ -47,6 +47,18 @@ ul { padding: 0; } +a { + color: #BAD7FF ; +} + +a:hover { + color: white ; +} + +a:visited { + color: #7E97AB ; +} + footer { max-width: 300px ; background: #151515 ; |