mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +00:00
Fix colors
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
.notification {
|
||||
color: #cdd6f4;
|
||||
background-color: rgba(30, 30, 46, 0.95);
|
||||
border: 2px solid #313244;
|
||||
color: #dcd7ba;
|
||||
background-color: rgba(31, 31, 40, 0.95);
|
||||
border: 2px solid #2d4f67;
|
||||
}
|
||||
|
||||
.body {
|
||||
color: #a6adc8;
|
||||
color: #76946a;
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
* {
|
||||
color: #cdd6f4;
|
||||
background-color: #181824;
|
||||
color: #dcd7ba;
|
||||
background-color: #1f1f28;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user