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

github.com/jrutheiser/hugo-lithium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJonathan Rutheiser <jonathan.rutheiser@gmail.com>2016-05-06 08:33:43 +0300
committerJonathan Rutheiser <jonathan.rutheiser@gmail.com>2016-05-06 08:33:43 +0300
commit8e65858191a9e594285286c4377f1213994551f3 (patch)
tree12e96f30211d70018c61fddcccf8aa89db9f13f8 /static
parent85a93ab109a94610a2cfd603a225ea559235b86a (diff)
Add logo to config parameters
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/static/css/main.css b/static/css/main.css
index acc841f..7e4ebeb 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -48,16 +48,8 @@ a {
.nav-logo {
float: left;
- width: 40px;
- height: 40px;
- font-size: 16px;
- background: #EC5437;
font-weight: bold;
- color: #fff;
- line-height: 40px;
- border-radius: 20px;
text-decoration: none;
- text-align: center;
margin-top: -11px;
transition: transform 150ms ease-out;
}