10 lines
122 B
CSS
10 lines
122 B
CSS
/* Reset all GTK styles */
|
|
* {
|
|
all: unset;
|
|
}
|
|
|
|
/* Top bar */
|
|
.ewwii_panel {
|
|
background-color: rgba(95, 95, 95, 0.404);
|
|
}
|