set border color of fieldsets

This commit is contained in:
slonkazoid 2024-05-18 13:04:13 +03:00
parent e556fd49e2
commit a2a611dd12

View file

@ -91,6 +91,10 @@ progress {
width: 100%; width: 100%;
} }
fieldset {
border-color: var(--text);
}
footer { footer {
text-align: end; text-align: end;
font-size: small; font-size: small;