Skip to content

Commit 22397f7

Browse files
committed
academicpages#137 correct the variable name
1 parent da4b443 commit 22397f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: _sass/_navigation.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
padding: 0 0.5rem;
197197
border: 0;
198198
outline: none;
199-
background-color: var(--global-primary-color);
199+
background-color: var(--global-base-color);
200200
color: #fff;
201201
cursor: pointer;
202202
z-index: 100;
@@ -338,7 +338,7 @@
338338
padding-right: 0.5em;
339339
color: #fff;
340340
font-weight: bold;
341-
background: var(--global-primary-color);
341+
background: var(--global-base-color);
342342
border-radius: $border-radius;
343343

344344
&:hover {
@@ -384,7 +384,7 @@
384384
.nav__title {
385385
color: #fff;
386386
font-size: $type-size-6;
387-
background: var(--global-primary-color);
387+
background: var(--global-base-color);
388388
border-top-left-radius: $border-radius;
389389
border-top-right-radius: $border-radius;
390390
}

0 commit comments

Comments
 (0)