16 lines
289 B
CSS
16 lines
289 B
CSS
/* Reset all GTK styles */
|
|
* {
|
|
all: unset;
|
|
}
|
|
|
|
/* Top bar */
|
|
.ewwii_panel {
|
|
background-color: rgba(95, 95, 95, 0.404);
|
|
}
|
|
.ewwii_panel .textwidg {
|
|
background-color: rgba(72, 150, 98, 0.733);
|
|
padding: 0 0.2em;
|
|
font-size: 14px;
|
|
font-family: "JetBrainsMono Nerd Font,JetBrainsMono NF";
|
|
}
|