Skip to content

Commit c40983a

Browse files
committed
(refactor): Abstract color out of styles
1 parent 5d49b32 commit c40983a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/style.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ h3 a {
2626
code {
2727
font-family: Source Code Pro, monospace;
2828
font-size: 0.75rem;
29-
background: #fafafa;
29+
background: darken($white, 2%);
3030
border-radius: 3px;
3131
padding: 3px 5px;
3232
line-height: 20px;

0 commit comments

Comments
 (0)