Add different themes

This commit is contained in:
David Heinemeier Hansson
2025-06-18 21:17:59 +02:00
parent 0269ee55d9
commit e09c0477aa
20 changed files with 362 additions and 113 deletions

View File

@ -0,0 +1,10 @@
.notification {
color: #cdd6f4;
background-color: rgba(26, 27, 38, 0.95);
border: 2px solid #313244;
}
.body {
color: #a6adc8;
}