mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +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: #d4be98;
|
||||
background-color: rgba(40, 40, 40, 0.95);
|
||||
border: 2px solid #3c3836;
|
||||
}
|
||||
|
||||
.body {
|
||||
color: #a6adc8;
|
||||
color: #a9b665;
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
* {
|
||||
color: #cdd6f4;
|
||||
background-color: #181824;
|
||||
color: #d4be98;
|
||||
background-color: #282828;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user