Catpuccin colors

This commit is contained in:
David Heinemeier Hansson
2025-06-18 21:30:17 +02:00
parent e09c0477aa
commit 417957663c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.notification { .notification {
color: #cdd6f4; color: #cdd6f4;
background-color: rgba(26, 27, 38, 0.95); background-color: rgba(30, 30, 46, 0.95);
border: 2px solid #313244; border: 2px solid #313244;
} }

View File

@ -1,5 +1,5 @@
* { * {
color: #cdd6f4; color: #cdd6f4;
background-color: #1a1b26; background-color: #1e1e2e;
} }