X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fdevtools%2Ffonts.css;h=932c5e63b30de8b9f9264518a48be8bf475b009f;hb=5d91f988780d79a9b7e08efa72f2ff1212793bba;hp=7d469d44f0f68048dbe6260c483dd6f07dd271c7;hpb=dc9d5d64a3f915cb832f43050545b432f33504f7;p=themes.git diff --git a/LCARStrek/devtools/fonts.css b/LCARStrek/devtools/fonts.css index 7d469d44..932c5e63 100644 --- a/LCARStrek/devtools/fonts.css +++ b/LCARStrek/devtools/fonts.css @@ -2,6 +2,11 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +:root { + --fonts-button-text: #000000; + --fonts-button-background: #C09070; +} + #sidebar-panel-fontinspector { margin: 0; display: flex; @@ -28,12 +33,11 @@ margin: 0; } -#showall, #font-showall { border-radius: 300px; border: none; - background-color: var(--in-content-button-background); - color: var(--in-content-selected-text); + background-color: var(--fonts-button-background); + color: var(--fonts-selected-text); margin: 3px; cursor: pointer; position: fixed; @@ -72,7 +76,6 @@ overflow-x: auto; } -#preview-text-input, #font-preview-text-input { font: inherit; margin-top: 1px;