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

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 55f29bc..990ff76 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -72,11 +72,12 @@ time {
}
.meta .categories {
text-transform: uppercase;
- color: #e5bc5a
+ color: #14d549;
+ margin-right: .6rem;
}
.meta .tags {
color: #008895;
- margin-left: .6rem
+ margin-right: .6rem;
}
.tags::before {
content: "#"
@@ -244,6 +245,13 @@ label {
margin-bottom: .5rem;
font-weight: 600
}
+.pager {
+ text-align: center;
+}
+.pager .pagerNum {
+ margin-left: auto;
+ margin-right: auto;
+}
@media only screen and (min-width:1050px) {
aside {
float: left;