Skip to content

Commit 5dfa74f

Browse files
committed
try fix colors for code
1 parent 68aea46 commit 5dfa74f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/Layout/gatstrap.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ a {
8787
color: $secondary;
8888
}
8989

90+
code {
91+
color: $gray-700;
92+
background: $gray-300;
93+
}
94+
9095
.badge-primary {
9196
background: $lilac;
9297
}

0 commit comments

Comments
 (0)