diff --git a/static/styles.css b/static/styles.css index dca250d..c18f1d3 100644 --- a/static/styles.css +++ b/static/styles.css @@ -172,6 +172,13 @@ button[type='button']:hover, flex-shrink: 0; } +/* Bootstrap-Friendly Table Design */ +table { + font-size: 15px; +} +table tr td { + font-weight: light; +} /* Styled select for forms */ .fancy-select, diff --git a/templates/dashboard.html b/templates/dashboard.html index a6c65bc..26790ab 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -77,7 +77,7 @@ - +
Filename Code