diff options
-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 { |