mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Use the btop text color
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
min-height: 0;
|
min-height: 0;
|
||||||
font-family: CaskaydiaMono Nerd Font;
|
font-family: CaskaydiaMono Nerd Font;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #cdd6f4;
|
color: #cfc9c2;
|
||||||
background-color: #1a1b26;
|
background-color: #1a1b26;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -35,11 +35,9 @@
|
|||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 15px;
|
padding: 5px;
|
||||||
background-color: #131822;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip label {
|
tooltip label {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: #131822;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user