about summary refs log tree commit diff
path: root/wpisy/style.css
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-03-15 12:41:45 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-03-15 12:41:45 +0100
commit8b39492d0fe4e4bdbdc3c50d0a0c65d75eaf5729 (patch)
tree6871e636d0482add46cde84530d6bf660127b478 /wpisy/style.css
parente3fc17a878fd9b65ee73b890e1952e0e4fcd4873 (diff)
downloadkronika-8b39492d0fe4e4bdbdc3c50d0a0c65d75eaf5729.tar.gz
kronika-8b39492d0fe4e4bdbdc3c50d0a0c65d75eaf5729.zip
Fix button color
Diffstat (limited to 'wpisy/style.css')
-rw-r--r--wpisy/style.css4
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 {