diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 04b2612..94084dc 100644 --- a/static/style.css +++ b/static/style.css @@ -16,7 +16,7 @@ html { html { --background-color: hsl(0, 0%, 0%); --text-color: hsl(0, 0%, 100%); - --link-color: hsl(320, 50%, 64%); + --link-color: hsl(320, 50%, 76%); --light-text-color: hsl(0, 0%, 78%); --darker-border-color: hsl(0, 0%, 35%); --lighter-border-color: hsl(0, 0%, 25%); |