diff options
Diffstat (limited to 'wpisy/style.css')
-rw-r--r-- | wpisy/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpisy/style.css b/wpisy/style.css index 00ec4cf..ec3cc3d 100644 --- a/wpisy/style.css +++ b/wpisy/style.css @@ -48,7 +48,7 @@ a.button:hover { .button, button { - background-color: #507b34; + background-color: var(--bg-secondary); padding: 10px; max-width: 150px; border: none; |