Update npm dependencies and recompile frontend assets

This commit is contained in:
Jonny Barnes 2017-12-07 15:51:34 +00:00
parent 95ece065b8
commit a639edf9ae
28 changed files with 879 additions and 312 deletions

View file

@ -2,7 +2,7 @@
html {
font-size: 10px;
font-family: "filson-soft";
font-family: "filson-soft", serif;
}
a.u-syndication {

View file

@ -2,7 +2,6 @@
//thanks to http://adrianroselli.com/2016/12/accessible-emoji-tweaked.html
span[role=img][aria-label],
span[role=img][aria-label] {
position: relative;
}

View file

@ -12,10 +12,6 @@
z-index: 100;
}
.mini-h-card:hover .hovercard {
display: flex;
}
.hovercard {
position: absolute;
flex-direction: row;
@ -32,6 +28,10 @@
display: none;
}
.mini-h-card:hover .hovercard {
display: flex;
}
.mini-h-card .social-icon {
width: auto;
height: 2rem;

View file

@ -1,12 +1,12 @@
//styles.scss
#topheader a {
text-decoration: none;
}
h1 a {
text-decoration: none;
}
#topheader a {
text-decoration: none;
}
// tags
@import "tags";