custom.css
... ...
@@ -95,12 +95,13 @@ a:focus {
95 95
border-bottom: 0px !important;
96 96
}
97 97
.markdown-body code {
98
- background-color: #fbf0d2;
99
- color: #604d50;
98
+ background-color: #604d50;
99
+ color: #fbf0d2;
100 100
font-family: 'bpmono', mono;
101 101
font-size: 13px;
102 102
padding: 2px 4px 2px 4px;
103 103
border-radius: 2px;
104
+ border: 0px;
104 105
}
105 106
.markdown-body pre {
106 107
background: #110f0d;
... ...
@@ -120,6 +121,15 @@ a:focus {
120 121
display: table;
121 122
padding: 7.5px;
122 123
}
124
+
125
+.Box {
126
+ background-color: #22201d;
127
+ border: 1px solid #454545;
128
+}
129
+.Box-row {
130
+ border-top: 1px solid #454545;
131
+}
132
+
123 133
.highlight .nt {
124 134
color: #bbbbbb;
125 135
}
... ...
@@ -136,7 +146,7 @@ a:focus {
136 146
}
137 147
.markdown-body table tr,
138 148
.markdown-body table tr:nth-child(2n) {
139
- background-color: #171717;
149
+ background-color: #110f0d;
140 150
}
141 151
.markdown-body table tr th,
142 152
.markdown-body table tr td {