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

github.com/zhe/hugo-theme-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/slim.css')
-rw-r--r--static/css/slim.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/static/css/slim.css b/static/css/slim.css
index 1e28750..0b0a463 100644
--- a/static/css/slim.css
+++ b/static/css/slim.css
@@ -212,6 +212,10 @@ button,
-webkit-transition: all 0.2s;
transition: all 0.2s; }
+.nav-list .spacer {
+ text-align: center;
+}
+
.ci {
display: inline-block;
font-size: inherit;
@@ -338,3 +342,19 @@ button,
.post-content {
margin: 2rem 0; }
+
+/* styling for tags on homepage */
+
+.post-tags {
+ color: #ccc;
+ font-size: 14px;
+ position: absolute;
+ right: 25px;
+ top: 45px;
+ text-align: right;
+}
+
+.post-tags a {
+ color: #ccc;
+}
+