data: add style

This commit is contained in:
0xMRTT 2023-04-27 00:31:58 +02:00
parent deb366b8f8
commit ca7ef547df
2 changed files with 15 additions and 0 deletions

View File

@ -3,5 +3,7 @@
<gresource prefix="/com/github/Bavarder/Bavarder">
<file preprocess="xml-stripblanks">ui/window.ui</file>
<file preprocess="xml-stripblanks">ui/help-overlay.ui</file>
<file preprocess="xml-stripblanks">ui/preferences.ui</file>
<file>style.css</file>
</gresource>
</gresources>

13
data/style.css Normal file
View File

@ -0,0 +1,13 @@
.text-box textview,
.text-box text {
background: none;
color: inherit;
}
.scrolled-window undershoot.bottom {
border-bottom: 1px solid #ededed;
}
.scrolled-window.top-undershoot undershoot.top {
border-top: 1px solid #ededed;
}