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 {
|
||||
font-family: "Source Sans Pro", "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
color: black;
|
||||
/* color: black; */
|
||||
}
|
||||
code {
|
||||
display: inline-block;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ theme:
|
|||
favicon: assets/images/favicon.png
|
||||
features:
|
||||
- navigation.top
|
||||
- navigation.tracking
|
||||
- navigation.tracking
|
||||
markdown_extensions:
|
||||
- attr_list
|
||||
- admonition
|
||||
|
|
Laden …
In neuem Issue referenzieren