Title label color changes

pull/11/head
parent eb6d1e7cec
commit ec5eb146a3

@ -1,6 +1,7 @@
.textHead{ .textHead{
text-shadow: 1px 1px #ffffff; text-shadow: 2px 2px @theme_bg_color;
color: @theme_text_color;
} }
.button { .button {

@ -106,9 +106,7 @@
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="label" translatable="yes">System Info</property> <property name="label" translatable="yes">System Info</property>
<attributes> <attributes>
<attribute name="font-desc" value="URW Gothic Semi-Bold 10"/>
<attribute name="weight" value="bold"/> <attribute name="weight" value="bold"/>
<attribute name="foreground" value="#000023233232"/>
<attribute name="size" value="15360"/> <attribute name="size" value="15360"/>
</attributes> </attributes>
<style> <style>

Loading…
Cancel
Save