From 7582dabfefe9b6a3e4f10c420c2cfc5200af18d3 Mon Sep 17 00:00:00 2001 From: Woofle Date: Tue, 6 Jun 2023 15:06:39 -0400 Subject: [PATCH] ok now its actually all inter fr this time --- source/style.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/source/style.css b/source/style.css index c30f160..4ccafe4 100644 --- a/source/style.css +++ b/source/style.css @@ -1,11 +1,7 @@ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); -html, span, td, input, #lcd, #avgstr span, #leftbar .mybutton div span:not(.icon), #stats, select, #scrambleDiv nobr, #scrambleTxt, #toolsDiv, #toolsDiv div, #toolsDiv div div, .popup, .dialog.dialogcfm div, .dialog.dialogoption div, .dialog.dialogstats div, .dialog.dialogexport div, .dialog.dialoglogo div, .dialog.dialogssmgr div, .dialog div, textarea { - font-family: 'Inter'; -} - -#toolsDiv div div { - font-family: 'Inter' !important; +html, body, span:not(.icon), td, input:not(.icon), #lcd, #avgstr span, #leftbar .mybutton div span:not(.icon), #stats, select, #scrambleDiv nobr, #scrambleTxt, #toolsDiv, #toolsDiv div, #toolsDiv div div, .popup, .dialog.dialogcfm div, .dialog.dialogoption div, .dialog.dialogstats div, .dialog.dialogexport div, .dialog.dialoglogo div, .dialog.dialogssmgr div, .dialog div, textarea { + font-family: 'Inter' !important; } #toolsDiv select , #stats select { @@ -26,7 +22,7 @@ html, span, td, input, #lcd, #avgstr span, #leftbar .mybutton div span:not(.icon } ::-webkit-scrollbar-thumb:hover { - background: rgb(205, 205, 205); + background: rgb(225, 225, 225); } /* credit for where to put font-family goes partly to https://github.com/backus/cstimer-makeover */