summaryrefslogtreecommitdiff
path: root/assets/plugins/_dark.scss
blob: 5796a898d2df26dcfee1c07071a16afd0f62f3e9 (plain)
1
2
3
4
5
6
7
8
9
10
$gray-100: rgba(255, 255, 255, 0.1);
$gray-200: rgba(255, 255, 255, 0.2);

$body-background: #343a40;
$body-font-color: #e9ecef;

$color-link: #84b2ff;
$color-visited-link: #b88dff;

$icon-filter: brightness(0) invert(1);