Skip to content

Commit 62ee16f

Browse files
committed
Add color scheme for code in posts
1 parent dac23b4 commit 62ee16f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css/main.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ hr {
3535
border-top: 1px solid rgba(0, 0, 0, 0.1);
3636
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
3737
}
38+
code {
39+
@extend table;
40+
background-color: #d8e7ff;
41+
color: #002b72;
42+
border-color: #272727;
43+
border-width: 1px;
44+
}
3845

3946
// divs
4047

0 commit comments

Comments
 (0)