Change site to Light Mode for now #6

Merged
TheRealAndrew merged 9 commits from lightmode into main 2026-01-12 11:49:15 +09:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit f9fca8c044 - Show all commits

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>