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: #d8dee9;
|
||||
background-color: rgba(46, 52, 64, 0.95);
|
||||
border: 2px solid #4c566a;
|
||||
}
|
||||
|
||||
.body {
|
||||
color: #a6adc8;
|
||||
color: #a3be8c;
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
* {
|
||||
color: #cdd6f4;
|
||||
background-color: #181824;
|
||||
color: #d8dee9;
|
||||
background-color: #2e3440;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user