Browse Source

edit

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

8
theme-custom.css

@ -10,11 +10,17 @@ font-size : 17px;
font-weight : 200;
font-family : 'Saira Condensed', sans-serif;
}
.x-panel-header-title-default, .x-toolbar-text-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-size : 16px;
border-color : #0e1621;
}
.x-toolbar-text-default {
font-weight : 300;
font-size : 15px;
font-family : 'Saira Condensed', sans-serif;
border-color : #0e1621;
}
.x-panel-body-default {
font-weight : 200;
font-size : 16px;

Loading…
Cancel
Save