Skip to content

Commit 4f527d6

Browse files
committed
Close academicpages#2841, with code from @gopisivakanth
1 parent 2ac9022 commit 4f527d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_sass/layout/_buttons.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
&--inverse {
5151
color: var(--global-text-color-light) !important;
5252
border: 1px solid var(--global-border-color) !important; /* override*/
53-
background-color: #fff;
53+
background-color: var(--global-bg-color);
5454

5555
&:hover {
5656
color: #fff !important;

_sass/layout/_sidebar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
list-style-type: none;
191191
border: 1px solid var(--global-border-color);
192192
border-radius: $border-radius;
193-
background: #fff;
193+
background: var(--global-bg-color);
194194
z-index: -1;
195195
box-shadow: 0 0 10px rgba(#000, 0.25);
196196
cursor: default;

0 commit comments

Comments
 (0)