Commit 4cfe2281 authored by Moris Zen Pasic's avatar Moris Zen Pasic Committed by Johann-S
Browse files

Changed hex values to follow bootstrap coding guidelines

parent bc2db58b
Showing with 2 additions and 2 deletions
+2 -2
...@@ -12,8 +12,8 @@ Every Sass variable in Bootstrap 4 includes the `!default` flag, meaning you can ...@@ -12,8 +12,8 @@ Every Sass variable in Bootstrap 4 includes the `!default` flag, meaning you can
{% highlight scss %} {% highlight scss %}
// Your variable overwrite first or a Sass file containing the modifications // Your variable overwrite first or a Sass file containing the modifications
$body-bg: #000000; $body-bg: #000;
$body-color: #ffffff; $body-color: #111;
// Then import Bootstrap // Then import Bootstrap
@import "node_modules/bootstrap/scss/bootstrap"; @import "node_modules/bootstrap/scss/bootstrap";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment