Fix: Color of some buttons on a dark skin (skin.css)

This commit is contained in:
IgorA100
2026-02-15 18:43:49 +03:00
committed by Isaac Connor
parent 66f25b8027
commit a856cf7a97

View File

@@ -157,7 +157,7 @@ fieldset {
border-bottom: 1px solid #000000;
}
input, textarea, select, button, .btn-primary {
input, textarea, select, button, .btn-primary, .btn-normal, .btn-normal:link {
background-color: rgb(68,68,68);
border-color: var(--gray);
color: #dddddd;