mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Fixes to indentation
This commit is contained in:
parent
35d619af7d
commit
dc099c0d4f
2 changed files with 8 additions and 6 deletions
|
|
@ -28,19 +28,20 @@ $font_1: "monospace !important"
|
|||
margin-left: -.5em
|
||||
background-color: $base00 !important
|
||||
border-right: 1px solid $base01
|
||||
box-shadow: none !important
|
||||
box-shadow: none !important
|
||||
|
||||
#tabbar-container
|
||||
background-color: $base00 !important
|
||||
border-right: 1px solid $base01
|
||||
box-shadow: none !important
|
||||
box-shadow: none !important
|
||||
|
||||
.tab
|
||||
background-color: $base01
|
||||
color: $base05 !important
|
||||
box-shadow: none !important
|
||||
box-shadow: none !important
|
||||
margin: 0.125em
|
||||
border-radius: 0.125em
|
||||
border-radius: 0.125em
|
||||
|
||||
.twisty
|
||||
margin-left: -16px
|
||||
.highlighter::before
|
||||
|
|
@ -49,6 +50,7 @@ $font_1: "monospace !important"
|
|||
&.pinned
|
||||
background-color: $base0C
|
||||
color: $base07 !important
|
||||
|
||||
.twisty
|
||||
margin-left: -16px
|
||||
|
||||
|
|
@ -87,7 +89,7 @@ $font_1: "monospace !important"
|
|||
|
||||
&.sound-playing .label
|
||||
background: linear-gradient(to right, #6666ff, #0099ff , #00ff00, #ff3399, #6666ff)
|
||||
background-clip: text
|
||||
background-clip: text
|
||||
color: transparent
|
||||
animation: rainbow_animation 3s linear infinite
|
||||
animation-direction: alternate-reverse
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ $extendables: ".urlbar-icon", "#userContext-indicator", "#userContext-label"
|
|||
opacity: 0 !important
|
||||
|
||||
&:not(:hover):not([breakout][breakout-extend]) > #urlbar-background
|
||||
box-shadow: none !important
|
||||
box-shadow: none !important
|
||||
background: @base01@ !important
|
||||
|
||||
&:hover .urlbar-icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue