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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_partial/_post/_header.scss')
-rw-r--r--assets/sass/_partial/_post/_header.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/assets/sass/_partial/_post/_header.scss b/assets/sass/_partial/_post/_header.scss
index bbf4c35..4c0c265 100644
--- a/assets/sass/_partial/_post/_header.scss
+++ b/assets/sass/_partial/_post/_header.scss
@@ -27,15 +27,17 @@
display: inline;
a {
- color: inherit;
-
&::before {
content: 'ยท';
}
+ }
+ }
- &:hover {
- color: $theme-color;
- }
+ a {
+ color: inherit;
+
+ &:hover {
+ color: $theme-color;
}
}