Skip to content

Commit 69a9b30

Browse files
committed
Merge branch 'firstCommit'
2 parents be23aab + 111304f commit 69a9b30

File tree

2 files changed

+261
-330
lines changed

2 files changed

+261
-330
lines changed

base.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ li.active a {
192192
.explanationText {
193193
/*line-height: 1.3em;*/
194194
line-height: 1.3em;
195-
color: inherit;
196-
font-family: inherit;
195+
color: #3e3e3e;
196+
font-family: 'Open Sans',sans-serif;
197197
margin: 0 2em 1em 1.2em;
198198
font-size: inherit;
199199
}
@@ -205,13 +205,13 @@ li.active a {
205205

206206
.code {
207207
padding: 8px;
208-
font-family: Consolas, "Liberation Mono", Courier, monospace;
208+
font-family: monospace,Consolas, "Liberation Mono", Courier ;
209209
color: rgba(0,0,0,0.60);
210210
margin-top: 1em;
211211
margin-bottom: 1em;
212212
margin-left:3.5em;
213213
margin-right:3.5em;
214-
background-color:rgba(0,0,0,0.1);
214+
background-color:#F6F6F6;
215215
border: 1px solid lightgrey;
216216
border-radius: 3px;
217217
overflow-x:auto;

0 commit comments

Comments
 (0)