code is bold

This commit is contained in:
Erik Winter 2025-01-09 20:28:11 +01:00
parent 083736d322
commit 1e9f07747d
3 changed files with 2 additions and 5 deletions

View File

@ -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"

View File

@ -1,6 +1,5 @@
+++
sort_by = "date"
paginate_by = 5
+++
hoi

View File

@ -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 {