We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e81067 commit f10b7bbCopy full SHA for f10b7bb
1 file changed
assets/css/custom.css
@@ -64,6 +64,25 @@ p {
64
color: #7eace4;
65
}
66
67
+/* Inline code styling */
68
+code {
69
+ background-color: #eee;
70
+ padding: 0.2em 0.4em;
71
+ border-radius: 3px;
72
+ font-size: 0.9em;
73
+ color: #4a6fa5;
74
+}
75
+
76
+.theme--dark code {
77
+ background-color: #292929;
78
+ color: #7eb3d3;
79
80
81
+/* Override code block backgrounds */
82
+.theme--light .post__content pre {
83
84
85
86
/* Mobile burger more prominent */
87
a.navbar-burger {
88
height: 4.25rem;
@@ -129,16 +148,3 @@ a.navbar-burger {
129
148
130
149
131
150
132
-/* Inline code styling */
133
-code {
134
- background-color: #f4f4f4;
135
- padding: 0.2em 0.4em;
136
- border-radius: 3px;
137
- font-size: 0.9em;
138
- color: #d14;
139
-}
140
-
141
-.theme--dark code {
142
- background-color: #2d2d2d;
143
- color: #ff6b6b;
144
0 commit comments