Add blog post
This commit is contained in:
parent
dd87b5302c
commit
565c30607f
18 changed files with 407 additions and 3 deletions
agaric
|
@ -6736,7 +6736,7 @@ label.panel-block {
|
|||
opacity: 0.75; }
|
||||
|
||||
/*!
|
||||
Ionicons, v4.2.6
|
||||
Ionicons, v4.4.2
|
||||
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
|
||||
https://twitter.com/benjsperry https://twitter.com/ionicframework
|
||||
MIT License: https://github.com/driftyco/ionicons
|
||||
|
@ -6748,8 +6748,8 @@ label.panel-block {
|
|||
*/
|
||||
@font-face {
|
||||
font-family: "Ionicons";
|
||||
src: url("../fonts/ionicons.eot?v=4.2.6");
|
||||
src: url("../fonts/ionicons.eot?v=4.2.6#iefix") format("embedded-opentype"), url("../fonts/ionicons.woff2?v=4.2.6") format("woff2"), url("../fonts/ionicons.woff?v=4.2.6") format("woff"), url("../fonts/ionicons.ttf?v=4.2.6") format("truetype"), url("../fonts/ionicons.svg?v=4.2.6#Ionicons") format("svg");
|
||||
src: url("../fonts/ionicons.eot?v=4.4.2");
|
||||
src: url("../fonts/ionicons.eot?v=4.4.2#iefix") format("embedded-opentype"), url("../fonts/ionicons.woff2?v=4.4.2") format("woff2"), url("../fonts/ionicons.woff?v=4.4.2") format("woff"), url("../fonts/ionicons.ttf?v=4.4.2") format("truetype"), url("../fonts/ionicons.svg?v=4.4.2#Ionicons") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
|
||||
|
@ -9704,6 +9704,14 @@ hr, .titlebar-bigborder, .media.media-comment, .media.media-comment + .media.med
|
|||
.is-compact.subtitle, .is-compact.title {
|
||||
margin-bottom: 0; }
|
||||
|
||||
.byline {
|
||||
color: #3276CF; }
|
||||
.byline a {
|
||||
color: #3276CF; }
|
||||
.byline a:hover {
|
||||
color: #26599B;
|
||||
text-decoration: underline; }
|
||||
|
||||
.content .image {
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
|
|
|
@ -75,3 +75,19 @@ hr {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Byline
|
||||
//
|
||||
// Styleguide: Base.Elements.Byline
|
||||
|
||||
.byline {
|
||||
color: $blue-light;
|
||||
a {
|
||||
color: $blue-light;
|
||||
&:hover {
|
||||
color: $blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue