Skip to content

Commit 1c8598d

Browse files
committed
Move anchor styles to main stylesheet
1 parent 74f7b7f commit 1c8598d

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

_sass/minimal-mistakes/_variables.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -144,19 +144,6 @@ $base0d: #82aaff !default;
144144
$base0e: #c792ea !default;
145145
$base0f: #ff5370 !default;
146146

147-
/* Remove underline and set color to black */
148-
a {
149-
text-decoration: none;
150-
color: black;
151-
}
152-
153-
/* Add style on hover */
154-
a:hover {
155-
text-decoration: underline;
156-
color: #333333; // Dark gray
157-
}
158-
159-
160147
/*
161148
Breakpoints
162149
========================================================================== */

assets/css/main.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ search: false
88
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
99
@import "minimal-mistakes"; // main partials
1010

11+
/* Remove underline and set color to black */
12+
a {
13+
text-decoration: none;
14+
color: black;
15+
}
16+
17+
/* Add style on hover */
18+
a:hover {
19+
text-decoration: underline;
20+
color: #333333; // Dark gray
21+
}
22+
1123

1224
/* Custom styles for the 404 page */
1325
.page__hero {

0 commit comments

Comments
 (0)