Add styles to customize the error text
This commit is contained in:
parent
c9c8b01791
commit
157077c65b
2 changed files with 3 additions and 1 deletions
|
|
@ -101,8 +101,8 @@ button:hover { cursor: pointer; }
|
|||
background-color: var(--error-background);
|
||||
border-radius: var(--corner-rounding);
|
||||
border-color: var(--error);
|
||||
color: var(--error-text);
|
||||
border-style: solid;
|
||||
color: var(--error);
|
||||
margin-bottom: 15px;
|
||||
border-width: 2px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue