fix some parsing errors etc. and make new HTML-based buttons with ::before work in...
[themes.git] / LCARStrek / devtools / fonts.css
index 7d469d44f0f68048dbe6260c483dd6f07dd271c7..1b20a5950a75468666d9306306db5fc8b8031fa8 100644 (file)
@@ -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;
@@ -32,8 +37,8 @@
 #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;