From b952bb2107f3b95c6aebfc07b84febadac90c24c Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Mon, 20 Apr 2020 17:48:03 +0000
Subject: [PATCH] 💅 Updated Styling

---
 static/css/style.css |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/static/css/style.css b/static/css/style.css
index 0531870..57a37b2 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -23,6 +23,36 @@
   text-decoration: none;
 }
 
+.category {
+  padding: 4px 6px;
+  border-radius: 3px;
+  color: #fff;
+  background-color: #f9f9fd;
+  border: 1px solid #f2f2f2;
+}
+
+.tag::before {
+  content: "#";
+  opacity: .5;
+}
+
+.tag, .category {
+  display: inline-block;
+  font-size: 15px;
+  line-height: 1;
+  margin: 5px 8px 5px 0;
+}
+
+pre {
+  background-color: #f9f9fd;
+  padding: 5px;
+}
+
+.info i{
+  opacity: 0.5;
+  margin-right: 5px;
+}
+
 a:link, a:visited {
   opacity: 1;
   -webkit-transition: all .15s linear;
@@ -660,6 +690,8 @@
   padding-top: 50px;
 }
 
+
+
 @media screen and (max-width: 960px) {
   .sidebar {
     width: 100%;

--
Gitblit v1.10.0