Skip to content

Instantly share code, notes, and snippets.

@nath1as
Created January 14, 2024 10:03
Show Gist options
  • Save nath1as/dfeb6e7c77011d7b49f9235b204faf29 to your computer and use it in GitHub Desktop.
Save nath1as/dfeb6e7c77011d7b49f9235b204faf29 to your computer and use it in GitHub Desktop.
treestyle styles
/* extra styles for proton theme */
@keyframes tab-burst-animation {
}
@keyframes tab-burst-animation-light {
}
@keyframes blink {
}
:root {
--favicon-size: 16px;
}
:root.left .tab:not(.faviconized) .contextual-identity-marker {
left: 0px !important;
height: 100%;
}
tab-item tab-twisty {
display: none;
}
tab-item tab-counter {
display: none;
}
#tabbar:not(.overflow) .after-tabs {
display: none;
}
tab-item tab-closebox {
display: none;
}
.tab .label {
display: none;
}
tab-sound-button {
margin-left: 4px !important;
}
/* tabs */
#tabbar {
background: #0e1215 !important;
padding-top: 0px !important;
border-top: 6px solid #20ad80 !important;
}
.tab {
background: #0e1215 !important;
height: 30px;
}
tab-item-substance {
padding-left: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment