Merge branch 'social-networks' into 'master'

Added social media links, resolved #6

Closes #6

See merge request patek-devs/patek.cz!5
This commit was merged in pull request #26.
This commit is contained in:
Sijisu
2019-11-09 19:54:02 +00:00
6 changed files with 42 additions and 6 deletions
+12 -2
View File
@@ -10,7 +10,9 @@ $primary: #0b2a37;
// Custom styles
* {
transition-duration: 0.2s;
}
.big-logo {
font-size: 80px;
color: $primary-invert;
@@ -148,6 +150,14 @@ $primary: #0b2a37;
color: white;
}
}
.social {
a {
color: white;
&:hover {
color: #73A0E7;
}
}
}
}
.author-media {
margin-bottom: 15px;
@@ -284,4 +294,4 @@ h2 a {
}
}
}
// /Custom styles
// /Custom styles
@@ -7,6 +7,7 @@
<link rel="icon" href="{{ $favicon.Permalink }}" type="image/ico">
{{ block "css" . -}}
<link rel="stylesheet" href="https://unpkg.com/firacode@1.206.0/distr/fira_code.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css" integrity="sha256-+N4/V/SbAFiW1MPBCXnfnP9QSN3+Keu+NlB+0ev/YKQ=" crossorigin="anonymous" />
{{ partial "sass.html" "css/main.scss" }}
<meta name="theme-color" content="#0b2a37">
{{- end }}