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

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-05-10 12:15:51 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-10 12:15:51 +0300
commit36aba0c11a16c845f598908e6225472b5649d780 (patch)
treec2771d1858a70ac506866953ce3cfe6bf6d1de8f /assets
parentb8a76222ff4134864976a03c061407e9a599ef97 (diff)
update: comment style
Diffstat (limited to 'assets')
-rw-r--r--assets/css/main.scss20
1 files changed, 19 insertions, 1 deletions
diff --git a/assets/css/main.scss b/assets/css/main.scss
index 0b8b9c3..11c2157 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -376,6 +376,12 @@ body {
.prev::before {
color: #009688;
}
+
+ &:after {
+ content: " ";
+ clear: both;
+ display: table;
+ }
}
/* List */
@@ -749,6 +755,18 @@ body {
#comments {
padding: 0.5em;
margin: 1em 0;
+ .leancloud_visitors {
+ display: block;
+ margin: 0.5em 0px;
+ .leancloud-visitors-count {
+ background: #9e9e9e;
+ font-size: 80%;
+ color: #fff;
+ font-weight: 600;
+ padding: 0.2em 0.5em;
+ border-radius: 50%;
+ }
+ }
}
/* Code Hightlight */
@@ -1225,7 +1243,7 @@ body {
color: #666;
font-style: italic;
&:hover {
- color: #6abfa3;
+ color: #6abfa3;
cursor: pointer;
}
}