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-30 05:03:54 +0300
committervvveiii <cntrump@gmail.com>2020-07-30 05:03:54 +0300
commit30648aeae36ee7136c373fa86537a154b0cdbba0 (patch)
treed5a6fa98e42de368f4cb8041fd7acf30ce0f711e
parent74cc10511ccf404b61521d91f050082851e51a48 (diff)
update inline code color.
-rw-r--r--assets/css/dark-style.css2
-rw-r--r--assets/css/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/dark-style.css b/assets/css/dark-style.css
index 1d6ae90..1f0c05c 100644
--- a/assets/css/dark-style.css
+++ b/assets/css/dark-style.css
@@ -41,7 +41,7 @@ code,
kbd,
tt,
samp {
- color: #e5c07b;
+ color: #f90;
background-color: #40454d;
}
diff --git a/assets/css/style.css b/assets/css/style.css
index b844293..bfc8e00 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -133,7 +133,7 @@ code,
kbd,
tt,
samp {
- color: #b00;
+ color: #c33;
padding: .2em .4em;
margin: 0;
font-size: 85%;