[Frontend] WIP Style Guide

Fixes #1233
More content; table styling
This commit is contained in:
Charles Hacskaylo
2017-02-06 14:48:55 -08:00
parent 10dcb3a667
commit 37478bc391
4 changed files with 74 additions and 0 deletions

View File

@@ -39,4 +39,11 @@
h1, h2, h3 {
font-weight: 200 !important;
}
table {
td { font-size: inherit; }
tr.header {
background-color: rgba($colorBodyFg, 0.2);
}
}
}