Make a better LIGHT-MODE table styling
All checks were successful
Flask Run Test / Flask-Run-Test (push) Successful in 10s

This commit is contained in:
2026-01-10 19:21:29 +09:00
parent 8298a4bae5
commit f9fca8c044
2 changed files with 8 additions and 1 deletions

View File

@@ -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,

View File

@@ -77,7 +77,7 @@
</div>
</div>
</div>
<table>
<table class="table table-striped">
<tr>
<th>Filename</th>
<th>Code</th>