Added social media links, resolved #6
This commit is contained in:
@@ -147,6 +147,14 @@ $primary: #0b2a37;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
.social {
|
||||
a {
|
||||
color: white;
|
||||
&:hover {
|
||||
color: #73A0E7;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.author-media {
|
||||
margin-bottom: 15px;
|
||||
@@ -283,4 +291,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 }}
|
||||
|
||||
Reference in New Issue
Block a user