add beginnings of vivalid custom css
This commit is contained in:
parent
fc54be856c
commit
d7d246b166
1 changed files with 20 additions and 0 deletions
20
home/private_dot_config/private_vivaldi/customcss/style.css
Normal file
20
home/private_dot_config/private_vivaldi/customcss/style.css
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
* {
|
||||||
|
font-family: MonoLisa Nerd Font, arial !important;
|
||||||
|
}
|
||||||
|
.tab {
|
||||||
|
border-width: 1px 1px 1px 1px;
|
||||||
|
border-radius: 10px !important;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tab.active {
|
||||||
|
border-color: var(--colorHighlightBg);
|
||||||
|
}
|
||||||
|
.svg-tab-stack rect {
|
||||||
|
stroke-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.color-behind-tabs-off .svg-tab-stack .stack-frame {
|
||||||
|
stroke: none !important;
|
||||||
|
}
|
Loading…
Reference in a new issue