Icons and ting

This commit is contained in:
John O'Nolan 2019-11-07 17:52:59 +07:00
parent 70e61e9fa1
commit 839d6c3224
10 changed files with 135 additions and 46 deletions
assets/css

View file

@ -25,6 +25,11 @@ production stylesheet in assets/built/screen.css using: gulp dev
/* Main - Your styles here! Edit below
/* ---------------------------------------------------------- */
html,
.gh-viewport {
background: #fff;
}
/* Global */
.gh-container {
width: 100%;
@ -37,6 +42,27 @@ production stylesheet in assets/built/screen.css using: gulp dev
}
.gh-head-actions a {
display: inline-flex;
align-items: center;
margin: 0;
padding: 10px;
}
.gh-head-actions a svg {
height: 1.8rem;
fill: currentcolor;
}
.gh-head-actions a:first-child svg {
margin-left: 20px;
}
.gh-head-actions a:last-child svg {
height: 2rem;
}
/* Footer
/* ---------------------------------------------------------- */
.gh-foot {