Bigger and slightly translucent

This commit is contained in:
David Heinemeier Hansson
2025-06-09 21:48:14 +02:00
parent a8c0bf5f50
commit c41ca7da82

View File

@ -1,14 +1,14 @@
* { * {
all: unset; all: unset;
font-family: Liberation Sans; font-family: Liberation Sans;
font-size: 14px; font-size: 16px;
} }
.notification { .notification {
border-radius: 0px; border-radius: 0px;
padding: 14px; padding: 14px;
color: #cdd6f4; color: #cdd6f4;
background-color: #1a1b26; background-color: rgba(26, 27, 38, 0.95);
border: 2px solid #313244; border: 2px solid #313244;
margin: 20px; margin: 20px;
} }