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

github.com/themefisher/meghna-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorhawkeye116477 <hawkeye116477@gmail.com>2019-03-03 13:39:55 +0300
committerhawkeye116477 <hawkeye116477@gmail.com>2019-03-03 13:39:55 +0300
commit8a4cf4192c85312e11a3c14ffa501add6aa5b228 (patch)
treef500bbe0f7e50dfaaa454e87ca58bf3d377a5386 /assets
parent2069277a78bd0964a1d821e8e873d93866756d48 (diff)
Fix color for pre
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index d26151c..32e0ccc 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -41,6 +41,10 @@ p {
scroll-behavior: smooth;
}
+pre {
+ color: #afbac4;
+}
+
/*=================================================================
Basic Setup
==================================================================*/