Browse Source

edit custom.css

pull/1/head
topa-LE 3 years ago
parent
commit
db95aac45f
  1. 2
      theme-custom.css

2
theme-custom.css

@ -17,6 +17,7 @@ font-family : 'Saira Condensed', sans-serif;
.x-panel-header-title-default, .x-tree-node-text, .x-window-body-default { .x-panel-header-title-default, .x-tree-node-text, .x-window-body-default {
font-weight : 200; font-weight : 200;
font-size : 16px; font-size : 16px;
font-family : 'Saira Condensed', sans-serif;
border-color : #0e1621; border-color : #0e1621;
} }
.x-toolbar-text-default { .x-toolbar-text-default {
@ -234,6 +235,7 @@ filter : invert(1) hue-rotate(180deg);
color : #fff; color : #fff;
border-color : #16212f; border-color : #16212f;
background-color : #16212f; background-color : #16212f;
font-family : 'Saira Condensed', sans-serif;
} }
.x-window-default { .x-window-default {
background-color : #06111f; background-color : #06111f;

Loading…
Cancel
Save