Fixed broken colors in Rofi >1.6.1

This commit is contained in:
Il mastro Stefanuzzo
2021-09-18 19:31:28 +00:00
parent d9bc03f4e3
commit 3e55ba9ef6

View File

@@ -83,3 +83,16 @@
font: @prompt-font;
border-radius: 2px;
}
element-text {
background-color: inherit;
text-color: inherit;
}
/* Not actually relevant for this configuration, but it might
be useful to someone having issues with their icons' background color
element-icon {
background-color: inherit;
}
*/