mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 20:59:24 +00:00
11 lines
139 B
CSS
11 lines
139 B
CSS
.notification {
|
|
color: #d8dee9;
|
|
background-color: rgba(46, 52, 64, 0.95);
|
|
border: 2px solid #4c566a;
|
|
}
|
|
|
|
.body {
|
|
color: #a3be8c;
|
|
}
|
|
|