Fix colors

This commit is contained in:
David Heinemeier Hansson
2025-06-19 02:40:11 +02:00
parent 185e29228d
commit aeaa9284aa
8 changed files with 24 additions and 24 deletions

View File

@ -1,10 +1,10 @@
.notification {
color: #cdd6f4;
background-color: rgba(30, 30, 46, 0.95);
border: 2px solid #313244;
color: #d4be98;
background-color: rgba(40, 40, 40, 0.95);
border: 2px solid #3c3836;
}
.body {
color: #a6adc8;
color: #a9b665;
}

View File

@ -1,5 +1,5 @@
* {
color: #cdd6f4;
background-color: #181824;
color: #d4be98;
background-color: #282828;
}