Skip to content

Commit ebcdb35

Browse files
authored
[feature] Allow colour override for links
1 parent e57d0f8 commit ebcdb35

File tree

15 files changed

+844
-353
lines changed

15 files changed

+844
-353
lines changed

‎css/base.css‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
--background-blur:0;
8383
--layout-width:calc(70vw-var(--layout-width-gutter));
8484
--layout-width-gutter:var(--gutter) *8;
85+
--menu-border-width:2px;
86+
--menu-border:var(--menu-border-width) solid rgb(var(--gray-02));
8587
/* breakpoint reference */
8688
/* can not be used in @media as of yet */
8789
--breakpoint-sm:550px;

0 commit comments

Comments
(0)