We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57d0f8 commit ebcdb35Copy full SHA for ebcdb35
15 files changed
css/base.css
@@ -82,6 +82,8 @@
82
--background-blur: 0;
83
--layout-width: calc(70vw - var(--layout-width-gutter));
84
--layout-width-gutter: var(--gutter) * 8;
85
+ --menu-border-width: 2px;
86
+ --menu-border: var(--menu-border-width) solid rgb(var(--gray-02));
87
/* breakpoint reference */
88
/* can not be used in @media as of yet */
89
--breakpoint-sm: 550px;
0 commit comments