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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-03-28 14:07:15 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-03-28 14:46:08 +0300
commit22a37d71b8fffa30c2444b4c18c9bb4d10973cbc (patch)
treeafd5334badeed096faa513b5aad4382dd74c263f /assets
parent6070564aabbd5c2ef606d2c6765263e0cd0d40c5 (diff)
add styles for links on single pages
Diffstat (limited to 'assets')
-rw-r--r--assets/css/single.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/css/single.css b/assets/css/single.css
index 457ad00..d6abab6 100644
--- a/assets/css/single.css
+++ b/assets/css/single.css
@@ -24,6 +24,18 @@
padding: 0.75rem 1.45rem;
}
+.single__content a {
+ border-bottom: 3px solid var(--yellow);
+}
+
+.single__content a:hover {
+ border-bottom: 3px solid var(--pink);
+}
+
+.single__content a:visited {
+ border-bottom: 3px solid var(--purple);
+}
+
.single__content > h1 {
font-size: var(--h3);
}