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:04:18 +0300
committerZane C. Bowers-Hadley <vvelox@vvelox.net>2018-09-05 12:04:18 +0300
commit897caa1764261efdcf5f09c88701906f4e739964 (patch)
tree65b32b713108c46acda5f24a693839ff4b96fe68
parent87a1548ec3133751bf55e687386cd98dafdd5e17 (diff)
make linkes more visible via adding 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 0fb950d..a6ddb24 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: none
+ text-decoration: underline
}
a:hover {