Use bootstrap accordions, cards and set colors in statistics page.

This commit is contained in:
2018-12-28 23:30:17 +00:00
parent 9aa80ae7a5
commit 3754ccdb76
5 changed files with 469 additions and 205 deletions

View File

@@ -42,4 +42,17 @@ $body-color: $white;
/* Colors for <a> */
$link-color: $teal;
$link-hover-color: $yellow;
$link-hover-color: $yellow;
/* Colors for cards */
$card-border-color: rgba($darkgray, .125);
$card-cap-bg: rgba($darkgray, .03);
$card-cap-color: inherit;
$card-bg: $blue;
/* Colors for tables */
$table-dark-bg: $cyan;
$table-dark-accent-bg: rgba($white, .05) !default;
$table-dark-hover-bg: rgba($white, .075) !default;
$table-dark-border-color: lighten($yellow, 7.5%) !default;
$table-dark-color: $yellow !default;