style errors for readability

This commit is contained in:
metamuffin 2024-11-03 23:43:14 +01:00
parent 09c2958a0e
commit a432f03bee
No known key found for this signature in database
GPG key ID: 718F9749DCDBD654

View file

@ -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 {