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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorcgiacomi <christiangiacomi@gmail.com>2019-10-17 22:57:21 +0300
committercgiacomi <christiangiacomi@gmail.com>2019-10-17 22:57:21 +0300
commit28c2f28a13ea427329c32ef2043f48c42e46583b (patch)
treedec01668434c0913874b3622895998b488ac0f10 /static
parent7d9bec3737d00a0fa322acae1f83b1c1cc9fc6ea (diff)
fix: change layout for tags
Diffstat (limited to 'static')
-rw-r--r--static/css/dark.css5
-rw-r--r--static/css/main.css17
2 files changed, 22 insertions, 0 deletions
diff --git a/static/css/dark.css b/static/css/dark.css
index 1b6eb1f..cc1fe66 100644
--- a/static/css/dark.css
+++ b/static/css/dark.css
@@ -34,6 +34,11 @@ a:hover {
opacity: 0.8;
}
+.post-tags .tags a {
+ border: 1px solid #fff;
+ color: #fff;
+}
+
.header nav,
.footer {
border-color: #333;
diff --git a/static/css/main.css b/static/css/main.css
index 355f437..000e721 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -301,6 +301,23 @@ ul {
background-color: #f9f2f4;
}
+.post-tags .tags li {
+ margin-bottom: 0;
+ margin-top: 20px;
+}
+
+.post-tags .tags a {
+ display: inline-block;
+ border: 1px solid #a00;
+ border-radius: 4px;
+ padding: 0px 6px;
+ color: #a00;
+ line-height: 20px;
+ font-size: 12px;
+ text-decoration: none;
+ margin: 0 1px;
+}
+
.list .posts .post .meta {
margin-bottom: 0;
margin-left: 5px;