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

github.com/VVelox/hugo-dusky-neon-potato.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZane C. Bowers-Hadley <vvelox@vvelox.net>2018-09-05 12:06:35 +0300
committerZane C. Bowers-Hadley <vvelox@vvelox.net>2018-09-05 12:06:35 +0300
commit8bf2ac2061309ceda7179c92a7f6822a8f27c2ee (patch)
tree53e2329cac875669a3f3a2849c89f6d4cc6ea332
parent897caa1764261efdcf5f09c88701906f4e739964 (diff)
make link decoration configurable, defaulting to underline
-rw-r--r--layouts/partials/theme-colors.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/theme-colors.css b/layouts/partials/theme-colors.css
index a6ddb24..8dd9218 100644
--- a/layouts/partials/theme-colors.css
+++ b/layouts/partials/theme-colors.css
@@ -44,7 +44,7 @@ body {
a {
color: {{ .Param "colors.text" | default "#66FF00" }};
- text-decoration: underline
+ text-decoration: {{ .Param "colors.a-decoration" | default "underline" }};
}
a:hover {