Removing out of date info, fixing h1 and h2s

This commit is contained in:
Zachary Klosko 2020-06-09 12:59:59 -04:00
parent 48fb647c16
commit 972e1ba7af
17 changed files with 100 additions and 207 deletions

View file

@ -36,21 +36,24 @@ a:hover{
}
h1,h2,h3,h4,h5,h6{
font-family:'Open Sans','Helvetica Neue',Arial,sans-serif
font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;
}
/* Table Properties */
table{
border: 2px solid #f05f40;
padding: 20px;
}
th{
background-color: #f05f40
background-color: #f05f40;
text-align: center;
color: white;
}
tr, td{
padding: 15px;
text-align: left;
border-bottom: 1px solid #f05f40
}
/* Theme Colors */