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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-02-26 06:00:37 +0300
committerZachary Betz <zwbetz@gmail.com>2019-02-26 06:00:37 +0300
commit3ce43cc727a91d764f02e24514bff15ec86bc015 (patch)
tree00cd7c93bd3d5d9f899ef6c555eb69831b7193e9
parent9e6d56cb855ac610c26ef04ad87385b7338392ad (diff)
Fix nav anchor visited color
-rw-r--r--assets/css/custom.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index d947aa3..8162814 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -5,6 +5,10 @@ a,
a:visited {
color: rgb(0, 0, 238);
}
+nav a,
+nav a:visited {
+ color: #41403e;
+}
blockquote {
font-style: italic;
} \ No newline at end of file