diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-16 20:58:37 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-05-16 20:58:37 +0100 |
commit | 856265ea556b08240b289c205d7dc5eebe241a83 (patch) | |
tree | 71b473b927f474dd9bcdad7eca5b330ce23e1fff /public/style.css | |
parent | 9c2932110364ef9ffeeb84f116c9f17509bdc90f (diff) |
changed link colours because looking at it on friends phone it seemed a bit dim, I also added what file manager I use in my about me.
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css index 8ee3f07..0f452d5 100644 --- a/public/style.css +++ b/public/style.css @@ -18,7 +18,7 @@ body { a { font-weight: normal; text-decoration: none; - color:#6738a5; + color:#9433ff; } a:focus { outline: thin dotted; |