Files
Sourcetrail/bin/app/data/gui/main.css
T
malte_langkabel 2effa950f7 ui: redesigned about window
* adjusted layout of about window to match the design concept.
* replaced main font to be Roboto.
2016-02-16 16:10:22 +01:00

10 lines
122 B
CSS

QToolTip {
background-color: #E0E0E0;
color: black;
font-size: <setting:font_size>pt;
}
* {
font-family: "Roboto";
}