CSS: change highlighting to Rosé Pine

This commit is contained in:
Jan Kremer 2024-05-29 17:27:08 +02:00
parent 9dbf1c3915
commit ff91ad1f8d
Signed by: jan
GPG key ID: A7DA689CB3B078EC
2 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@
}
code {
background: #eff1f5;
background: #faf4ed;
border-radius: 0.3em;
padding: 0.1em 0.2em;
font-size: 0.9em;
@ -21,7 +21,7 @@ code {
border-radius: 0.3rem;
padding: 0.5em 0.5em;
margin: 1rem 0;
background: #eff1f5;
background: #faf4ed;
overflow: auto;
& code {

View file

@ -5,7 +5,7 @@ copyright = 'CC-BY-SA 4.0'
[markup]
[markup.highlight]
style = "catppuccin-latte"
style = "rose-pine-dawn"
[params]
[params.author]