Skip to content

Commit 340e25a

Browse files
committed
Improve colours in dark mode
1 parent 64f1c81 commit 340e25a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/sass/cheat-sheet.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
55

66
.item {
7-
background: #f0efe7;
7+
background: var(--bg-color);
88
padding: 10px;
99
border-radius: 10px;
10-
border: 1px solid #e0ddd0;
10+
border: 1px solid var(--callout-color);
1111
display: flex;
1212
font-size: 1rem;
1313
flex-direction: column;
@@ -37,7 +37,7 @@
3737
}
3838

3939
code {
40-
background: #e8e6db;
40+
background: var(--callout-color);
4141
color: var(--font-color);
4242
border-radius: 3px;
4343
padding: 4px 8px;
@@ -84,7 +84,7 @@
8484
}
8585

8686
.commit-reference {
87-
background-color: var(--callout-color);
87+
background: var(--callout-color);
8888
border-left: 4px solid var(--orange);
8989
display: block;
9090
padding: 10px;

0 commit comments

Comments
 (0)