Compare commits

...

2 commits

Author SHA1 Message Date
ptrcnull 68fbc0b3f1 feat: Change codeblock background color 2021-11-19 16:29:27 +01:00
ptrcnull d0e9fb4957 fix: Change URL for cloning 2021-11-17 23:55:14 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ smol is based on [Blank](https://github.com/Vimux/Blank) created by [Vimux](http
In your Hugo site `themes` directory, run:
```
git clone https://git.ddd.rip/ptrcnull/smol
git clone https://github.com/ptrcnull/smol
```
Next, open `config.toml` in the base of the Hugo site and ensure the theme option is set to `smol`.

View file

@ -24,7 +24,7 @@ code:not(pre>code) {
pre {
color: #FFFFFF;
background: #000000;
background: #272822;
padding: 24px;
overflow-x: auto
}