Skip to content

Commit a3ffdd9

Browse files
committed
use hex instead of hsl
1 parent bf30b02 commit a3ffdd9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

client/bootstrap/dark.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scss/dark-variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Variables taken from https://github.com/ForEvolve/bootstrap-dark/blob/master/scss/_dark-variables.scss
22

3-
$body-bg: hsl(210, 14%, 15%);
3+
$body-bg: #21262c;
44
$body-color: #d3d3d3;
55

66
$custom: #dfebfb;

0 commit comments

Comments
 (0)