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

github.com/goodroot/hugo-classic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodroot <9484709+goodroot@users.noreply.github.com>2021-07-04 08:06:59 +0300
committergoodroot <9484709+goodroot@users.noreply.github.com>2021-07-04 08:06:59 +0300
commit0052c56414c16bd8a1d386abb631ac929865a579 (patch)
treeea9fa4ea119c33b0c4b5c1dd776d419d4abbe339
parent5559acaf8680899ac1afa710a88d485dbd7ad718 (diff)
theme goodness
-rw-r--r--exampleSite/config.toml2
-rw-r--r--static/css/style.css3
2 files changed, 2 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3c3d7d1..3c64aed 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -20,7 +20,7 @@ lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
-style = "friendly"
+style = "monokai"
tabWidth = 4
[permalinks]
diff --git a/static/css/style.css b/static/css/style.css
index fe0a4ac..ecf2835 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -154,8 +154,7 @@ header .current a {
/* Code Boxes */
pre {
- border: 1px solid #ddd;
- background: #f8f8f8;
+ border: 2px solid #EBC3DB;
padding: 1em;
overflow-x: auto;
}