css(highlight): fix #9

This commit is contained in:
Hanwen Guo 2023-09-20 19:52:00 +08:00
parent a937c5fcea
commit 8158bccb77
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ The easiest way is to clone this repo (or add as a submodule) to themes/nostylep
## Usage ## Usage
You can edit `config.toml` file to customize your blog. You can change things such as the name of the blog, the author, the appearance of the theme (light, dark or auto), how dates are formatted, etc. Customizable fields should be straightforward to understand. Still, `config.toml` contains some comments to help you understand what each field does. You can edit `config.toml` file to customize your blog. You can change things such as the name of the blog, the author, the appearance of the theme (light, dark or auto), how dates are formatted, etc. Customizable fields should be straightforward to understand. Still, `config.toml` contains some comments to help you understand what each field does. Note that the `config.toml` under root directory of your hugo site will completely override the one in the theme directory, so copy the attributes you want to keep or edit from the theme's `config.toml` to your site's `config.toml`.
### Customize the menu ### Customize the menu

View File

@ -78,7 +78,7 @@ table, th, td {
padding: 0.4rem; padding: 0.4rem;
} }
code { code:not(pre > code) {
color: white; color: white;
background: black; background: black;
font-size: 80%; font-size: 80%;