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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2020-08-30 09:36:48 +0300
committervvveiii <cntrump@gmail.com>2020-08-30 09:36:48 +0300
commit20d78cefc8332d8427bce211822933572350b6eb (patch)
treeffaae095b012154d17ae0d8810b8f10600070198
parent347832e3afc675d7cc148620ef557cb853393171 (diff)
Update inline code block color
-rw-r--r--assets/css/dark-style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/dark-style.css b/assets/css/dark-style.css
index 348f66c..a38df61 100644
--- a/assets/css/dark-style.css
+++ b/assets/css/dark-style.css
@@ -47,7 +47,7 @@ code,
kbd,
tt,
samp {
- color: #f90;
+ color: #e5c07b;
background-color: #40454d;
}