Making hosts pages dark

pull/206/head
Alex P 2016-10-03 15:54:26 -07:00 committed by Andrew Watkins
parent bc99c9a47a
commit 8827ee076d
1 changed files with 3 additions and 3 deletions

View File

@ -623,14 +623,14 @@ table.table.error-table {
table .monotype {
font-family: Consolas, "Lucida Console", Monaco, monospace;
letter-spacing: 0.69px;
font-size: 11px;
font-size: 12px;
font-weight: 700;
color: $g9-mountain;
}
.table-dot {
display: inline-block;
width: 10px;
height: 10px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: $g17-whisper;