diff --git a/layouts/partials/logo.html b/layouts/partials/logo.html index d65d260..40e8440 100644 --- a/layouts/partials/logo.html +++ b/layouts/partials/logo.html @@ -2,5 +2,5 @@ - RustDesk + rustdesk diff --git a/static/css/theme-mine.css b/static/css/theme-mine.css index 6849c17..9053cfc 100644 --- a/static/css/theme-mine.css +++ b/static/css/theme-mine.css @@ -15,4 +15,10 @@ a#logo span { /* Add a space beetween icon and language choice dropdown until better solution is found */ a.padding i.fa-language{ margin-right: 6px; -} \ No newline at end of file +} + +#sidebar #header-wrapper { + background: inherit; + color: var(--MENU-SEARCH-BOX-color); + border-bottom: 1px solid #2a232f; +}