add f3d config, vrchat launch options, treestyletab css

This commit is contained in:
Crispy 2022-05-21 15:13:25 +02:00
parent 328fff9ab1
commit de58d68cc0
5 changed files with 37 additions and 3 deletions

12
firefox/treestyletab.css Normal file
View file

@ -0,0 +1,12 @@
tab-item {
font-family: sans;
font-size: 14px;
height: 20px;
}
/* Show title of unread tabs */
:root.sidebar tab-item.unread .label-content {
color: orange !important;
font-style: italic !important;
text-decoration: underline;
}