add beginnings of vivalid custom css

This commit is contained in:
Daylin Morgan 2022-12-28 13:32:16 -06:00
parent fc54be856c
commit d7d246b166

View 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;
}