Get rid of last non-Bootstrap CSS
parent
9db31f97bd
commit
a7bd326186
|
@ -4,20 +4,16 @@
|
|||
$enable-negative-margins: true;
|
||||
|
||||
$primary: #43543F;
|
||||
//$secondary: red;
|
||||
$secondary: #81BB27;
|
||||
$body-bg: #3F3F3E;
|
||||
$body-color: #3F3F3E;
|
||||
$border-color: black;
|
||||
//$warning: yellow;
|
||||
$font-family-base: Ubuntu Mono, monospace;
|
||||
//$link-color: #43543F;
|
||||
//$dark: darkorange;
|
||||
$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;
|
||||
$nav-link-hover-bg: #3F3F3E;
|
||||
//$nav-pills-link-active-color: darkblue;
|
||||
$font-size-base: 1.4rem;
|
||||
$line-height-base: 1.2;
|
||||
|
||||
|
@ -39,10 +35,6 @@ $container-max-widths: map-remove(
|
|||
$container-max-widths, "xxl"
|
||||
);
|
||||
|
||||
.table a{
|
||||
color: #81BB27;
|
||||
}
|
||||
|
||||
// If you want to provide the Ubuntu font, place those font files in assets/css/font
|
||||
|
||||
/* ubuntu-mono-regular - latin */
|
||||
|
|
|
@ -43,7 +43,7 @@ nav_pill: resources
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue