From dd64f4b71307a6ac63fdf0bd8a5d33765cb43aa7 Mon Sep 17 00:00:00 2001 From: topa-LE Date: Thu, 21 Oct 2021 16:50:21 +0200 Subject: [PATCH] edit --- theme-custom.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/theme-custom.css b/theme-custom.css index 3c070f7..75d8b9f 100644 --- a/theme-custom.css +++ b/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;