mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-22 11:05:48 +02:00
446e610c59
Former-commit-id: 80f8ca3e9a
17 lines
303 B
CSS
17 lines
303 B
CSS
entry.chromium {
|
|
color: @selected_fg_color;
|
|
background-color: @selected_bg_color;
|
|
}
|
|
|
|
menu.chromium {
|
|
background-color: @theme_bg_color;
|
|
color: @theme_fg_color;
|
|
border: none 0px;
|
|
}
|
|
|
|
window.background.chromium {
|
|
border: none 0px;
|
|
background-color: @selected_bg_color;
|
|
color: @theme_fg_color;
|
|
}
|