mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 04:39:25 +00:00
11 lines
139 B
CSS
11 lines
139 B
CSS
.notification {
|
|
color: #dcd7ba;
|
|
background-color: rgba(31, 31, 40, 0.95);
|
|
border: 2px solid #2d4f67;
|
|
}
|
|
|
|
.body {
|
|
color: #76946a;
|
|
}
|
|
|