Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/joway/hugo-theme-yinyang.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoway.CI <joway.w@gmail.com>2021-01-22 08:59:31 +0300
committerJoway.CI <joway.w@gmail.com>2021-01-22 08:59:31 +0300
commite13f4e6c2771cca6ccdbca6481e6853a9498917f (patch)
tree03b7ebf3f144a2068baebbece11524f898dec1cd
parent61282df29e9d3ff01454fb5943359ecfcc53e1aa (diff)
force code background
-rw-r--r--README.md16
-rw-r--r--static/css/index.css3
2 files changed, 2 insertions, 17 deletions
diff --git a/README.md b/README.md
index 76ac66d..c473f0b 100644
--- a/README.md
+++ b/README.md
@@ -31,22 +31,6 @@ theme = "yinyang"
## Configuration
-### Makrup for hightlight and markdown
-
-```
-[markup]
- [markup.goldmark]
- [markup.goldmark.renderer]
- unsafe = true
- [markup.highlight]
- guessSyntax = true
- noClasses = true
- style = "bw"
- tabWidth = 2
-```
-
-Hightlight style "bw" is a black-white hightlight theme, which is recommended for this project.
-
### Head Title
```
diff --git a/static/css/index.css b/static/css/index.css
index 110e4d8..7721e20 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -32,8 +32,9 @@ a:hover {
}
.markdown-body pre {
- /* padding: 16px; */
+ padding: 16px;
overflow: auto;
+ background-color: #f6f8fa !important;
}
/* i18n */