Skip to content

Commit

Permalink
updated code style in wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Aug 8, 2024
1 parent 7ef3d63 commit 966b14d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/pandoc/inline-code-style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
code {
background-color: var(--bg);
border-radius: 5em / 10em;
padding-left: 0.3em;
padding-right: 0.3em;
}
2 changes: 1 addition & 1 deletion docs/wiki/ddns/njalla/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ After rebuilding, you can check the output of the DDNS script:

Where you should see something like:

```
```default
Mar 03 21:05:00 pi systemd[1]: Starting Sets the Njalla DDNS records...
Mar 03 21:05:02 pi ddns-njalla[26842]: {"status": 200, "message": "record updated", "value": {"A": "93.184.216.34"}}
Mar 03 21:05:02 pi ddns-njalla[26845]: {"status": 200, "message": "record updated", "value": {"A": "93.184.216.34"}}
Expand Down
1 change: 1 addition & 0 deletions mkDocs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ in
--highlight-style docs/pandoc/gruvbox.theme \
--lua-filter docs/pandoc/lua/anchor-links.lua \
--css /docs/pandoc/style.css \
--css /docs/pandoc/inline-code-style.css \
--template docs/pandoc/template.html \
-V lang=en \
-V --mathjax \
Expand Down

0 comments on commit 966b14d

Please sign in to comment.