menu button colors tuned

This commit is contained in:
zjedi 2023-03-12 02:05:33 +01:00
parent 6d688fb013
commit 5e243f8892

View file

@ -132,7 +132,7 @@ a:hover {
a.btn { a.btn {
text-decoration: none; text-decoration: none;
background-color: #9fd067; background-color: #86c440;
border-radius: 6px; border-radius: 6px;
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
color: white; color: white;
@ -151,7 +151,7 @@ a.btn {
} }
a.btn:hover { a.btn:hover {
background: #86c440; background: #37501a;
} }
#header-arrow { #header-arrow {