Advertisement
mxrixs

vars.css

Jun 17th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. :root {
  2.   --initial-width           : 70px;     /* initial width of the sidebar. Only used with userChrome-hover */
  3.   --sidebar-width           : 250px;    /* expanded width of the sidebar. used for both userChrome-overlay and userChrome-static */
  4.   --toolbar-height          : 0;
  5.   --menubar-height          : -40px;
  6.   --toolmenubar-height      : -40px;    /* sum of previous two */
  7.   --shadow-color            : #28282F;  /* shadow color. set to #00000000 for no shadow. same as folder color from hntp and tab-hover color from tst*/
  8.   --sidebar-background-color: #31313a;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement