Skip to content

Commit b5f479b

Browse files
committed
fixed color variable used - should be -darker
1 parent 004fa5a commit b5f479b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/sass/partials/_elements.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ margin on the iframe, cause it breaks stuff. */
287287
padding: .5rem 1rem;
288288
color: $yellow-dark;
289289
background-color: $dark-black;
290-
border: .2rem solid $gray-dark;
290+
border: .2rem solid $gray-darker;
291291
border-radius: .1rem;
292292
margin: 0.5rem !important;
293293
}

0 commit comments

Comments
 (0)