code is bold
This commit is contained in:
parent
083736d322
commit
1e9f07747d
|
@ -2,8 +2,6 @@
|
|||
base_url = "https://ewintr.nl"
|
||||
|
||||
theme = "no-style-please"
|
||||
#theme = "radion"
|
||||
#theme = "duckquill"
|
||||
|
||||
|
||||
# Whether to automatically compile all Sass files in the sass directory
|
||||
|
@ -21,4 +19,3 @@ highlight_theme = "charcoal"
|
|||
[extra]
|
||||
# Put all your custom variables here
|
||||
list_pages = true
|
||||
theme = "toggle"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
+++
|
||||
sort_by = "date"
|
||||
paginate_by = 5
|
||||
+++
|
||||
|
||||
hoi
|
||||
|
|
|
@ -70,7 +70,8 @@ table, th, td {
|
|||
code {
|
||||
// color: white;
|
||||
// background: black;
|
||||
border: 1px solid black;
|
||||
// border: 1px solid black;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
pre code {
|
||||
|
|
Loading…
Reference in New Issue