set border color of fieldsets
This commit is contained in:
parent
e556fd49e2
commit
a2a611dd12
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue