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-07-14 08:06:22 +0300
committervvveiii <cntrump@gmail.com>2020-07-14 08:06:22 +0300
commitcf907125b3d661279f207b76923041c17e72c8f2 (patch)
treeb442cb1e974fed5d1755bc9ad25a7aa3e250c449
parent8166b64dc484b53b5bb37af6cd98dabacf164cf3 (diff)
update inline code color.v2.6.2
-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 2f3279f..1d6ae90 100644
--- a/assets/css/dark-style.css
+++ b/assets/css/dark-style.css
@@ -41,7 +41,7 @@ code,
kbd,
tt,
samp {
- color: #d19a66;
+ color: #e5c07b;
background-color: #40454d;
}