Get rid of last non-Bootstrap CSS

This commit is contained in:
DeathByDenim 2023-06-24 14:32:33 -04:00
parent 15c62ddc7c
commit 8f96654713
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
2 changed files with 3 additions and 6 deletions

View File

@ -4,11 +4,12 @@
$enable-negative-margins: true;
$primary: #43543F;
$secondary: #81BB27;
$body-bg: #3F3F3E;
$body-color: #3F3F3E;
$border-color: black;
$font-family-base: Ubuntu Mono, monospace;
$nav-pills-link-active-color: #81BB27;
$nav-pills-link-active-color: $secondary;
$nav-pills-link-active-bg: #3F3F3E;
$nav-link-color: #C8C8C8;
$nav-link-hover-color: #3F3F3E;
@ -22,10 +23,6 @@ $table-bg: #3F3F3E;
$body-secondary-bg: #C8C8C8;
$body-tertiary-bg: #43543F;
.table a{
color: #81BB27;
}
// If you want to provide the Ubuntu font, place those font files in assets/css/font
/* ubuntu-mono-regular - latin */

View File

@ -37,7 +37,7 @@ nav_pill: home
<br><mark>Warning:</mark> {{ game.warning }}
{% endif %}
</td>
<td><a href="help_{{ game.name }}.html">More info</a></td>
<td><a href="help_{{ game.name }}.html" class="link-secondary">More info</a></td>
</tr>
{% endfor %}
</tbody>