feat: add notes, pull some inline styles into stylesheet

This commit is contained in:
Joshua Seigler 2017-01-27 11:01:46 -05:00
parent 0c0364c979
commit fed382f2ac
5 changed files with 2565 additions and 19 deletions

View file

@ -1,5 +1,6 @@
section {
text-shadow: 0.15rem 0.15rem 0.3rem black;
border-radius: 5vh;
}
.title-page h1 {

View file

@ -1,7 +1,5 @@
/* Basics */
@import url(./fonts/merriweather/font.css);
*, *:before, *:after {
box-sizing: inherit;
margin: 0;