removed force black font
Dieser Commit ist enthalten in:
Ursprung
7f61f76b7a
Commit
79a32639df
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
|
@ -9,9 +9,9 @@
|
||||||
}
|
}
|
||||||
body, input {
|
body, input {
|
||||||
font-family: "Source Sans Pro", "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
|
font-family: "Source Sans Pro", "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||||
color: black;
|
/* color: black; */
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,7 +22,7 @@ theme:
|
||||||
favicon: assets/images/favicon.png
|
favicon: assets/images/favicon.png
|
||||||
features:
|
features:
|
||||||
- navigation.top
|
- navigation.top
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- attr_list
|
- attr_list
|
||||||
- admonition
|
- admonition
|
||||||
|
|
Laden …
Tabelle hinzufĂĽgen
In neuem Issue referenzieren