diff options
Diffstat (limited to 'browser-stuff')
| -rw-r--r-- | browser-stuff/stylus-sidebar.css | 24 | ||||
| -rw-r--r-- | browser-stuff/userChrome.css | 5 |
2 files changed, 29 insertions, 0 deletions
diff --git a/browser-stuff/stylus-sidebar.css b/browser-stuff/stylus-sidebar.css new file mode 100644 index 0000000..f135a13 --- /dev/null +++ b/browser-stuff/stylus-sidebar.css @@ -0,0 +1,24 @@ +#root.root {--tabs-height: 36px;} +#root.root {--tabs-inner-gap: 8px;} +#root.root {--tabs-margin: 4px;} +#root.root {--tabs-font: 16px sans-serif;} +#root.root {--tabs-count-font: 16px sans-serif;} +#root.root {--general-margin: 4px;} +#root.root {--general-border-radius: 0px;} + +.Tab[data-active="true"] .body { + border: 2px solid #ef944dff !important; + border-radius: 0px; +} + +.NavigationBar .main-items .nav-item[data-class="panel"] .name-box { + border-width: 2px !important; +} + +#root[data-act-el-color-scheme="dark"] { + --active-el-shadow: none; +} + +.NavigationBar .nav-item[data-active="true"] { + border: 1px solid #ef944dff !important; +} diff --git a/browser-stuff/userChrome.css b/browser-stuff/userChrome.css new file mode 100644 index 0000000..936de35 --- /dev/null +++ b/browser-stuff/userChrome.css @@ -0,0 +1,5 @@ +#TabsToolbar { display: none !important; } +#sidebar-box #sidebar-header { display: none !important; } + +* { border-radius: 8px; } +* { border-radius: 0px; } |
