Adding optional LINKS & SUPPORTS in base.html

This commit is contained in:
Lucas Cimon
2017-08-10 02:00:49 +02:00
parent 484a5ad227
commit 173712c666
2 changed files with 40 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
html, h1 {
html, h1, h2, h3 {
font-family: "Oswald", "Helvetica Neue",Helvetica,Arial,sans-serif; }
html {
font-weight: 400;
@@ -157,6 +157,24 @@ a {
.mg-icons-small .uk-icon-envelope {
background-color: #059; }
.uk-icon-shaarli:before {
content: ' ';
display: inline-block;
height: 28px;
width: 28px;
background-image: url(../../images/shaarli-icon.png);
background-size: contain;}
.uk-icon-stackoverflow:before {
content: ' ';
display: inline-block;
height: 28px;
width: 28px;
background-image: url(../../images/stackoverflow-icon.png);
background-size: contain;}
.mg-support-logo {
margin: .5rem;}
.mg-badges li {
float: left;
position: relative; }