diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-15 12:41:45 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-03-15 12:41:45 +0100 |
commit | 8b39492d0fe4e4bdbdc3c50d0a0c65d75eaf5729 (patch) | |
tree | 6871e636d0482add46cde84530d6bf660127b478 /wpisy/style.css | |
parent | e3fc17a878fd9b65ee73b890e1952e0e4fcd4873 (diff) | |
download | kronika-8b39492d0fe4e4bdbdc3c50d0a0c65d75eaf5729.tar.gz kronika-8b39492d0fe4e4bdbdc3c50d0a0c65d75eaf5729.zip |
Fix button color
Diffstat (limited to 'wpisy/style.css')
-rw-r--r-- | wpisy/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wpisy/style.css b/wpisy/style.css index ec3cc3d..fd74587 100644 --- a/wpisy/style.css +++ b/wpisy/style.css @@ -38,8 +38,10 @@ html, body { color: var(--primary); } -a.button { +a.button:link, +a.button:visited { text-decoration: none; + color: #fff; } a.button:hover { |