File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff 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 ========================================================================== */
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments