diff --git a/config/users/kat/gui/firefox-tst/tst.sass b/config/users/kat/gui/firefox-tst/tst.sass index 86967bd9..33470560 100644 --- a/config/users/kat/gui/firefox-tst/tst.sass +++ b/config/users/kat/gui/firefox-tst/tst.sass @@ -19,6 +19,9 @@ $base0F: @base0F@ $font_0: "Cozette" $font_1: "monospace !important" +* + font-family: $font_0, $font_1 + #tabbar margin-top: calc(var(--pinned-tabs-area-size) - .15em) position: absolute @@ -29,6 +32,11 @@ $font_1: "monospace !important" border-right: 1px solid $base01 box-shadow: none !important +#tabbar-container + background-color: $base00 !important + border-right: 1px solid $base01 + box-shadow: none !important + .tab background-color: $base01 color: $base05 !important @@ -90,20 +98,12 @@ $font_1: "monospace !important" animation-direction: alternate-reverse background-size: 400% 100% - .sound-button::before display: none !important .newtab-button display: none -* - font-family: $font_0, $font_1 - -#tabbar-container - background-color: $base00 !important - border-right: 1px solid $base01 - box-shadow: none !important @keyframes rainbow_animation 0% @@ -111,19 +111,5 @@ $font_1: "monospace !important" 100% background-position: 100% 0 -@keyframes spin - 0% - transform: rotate(0deg) - - 100% - transform: rotate(360deg) - - -@keyframes pulse - 0% - opacity: 0.75 - - 100% - opacity: 0.25