mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2024-12-28 07:54:35 +00:00
style errors for readability
This commit is contained in:
parent
09c2958a0e
commit
a432f03bee
1 changed files with 2 additions and 1 deletions
|
@ -69,10 +69,11 @@ nav> :last-child {
|
|||
.notif {
|
||||
padding: 0.5em;
|
||||
background-color: var(--b0);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.notif.error {
|
||||
background-color: #faa;
|
||||
background-color: rgb(118, 13, 13);
|
||||
}
|
||||
|
||||
.notif p {
|
||||
|
|
Loading…
Reference in a new issue