- Bring back Bootstrap's bg-body default.

- Apply off white to <body>.
- Shade a nice color to dropdown hovered items.
This commit is contained in:
Leo
2023-06-08 05:19:17 -05:00
parent b5ab601f6e
commit e0c0219483
3 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
body {
background-color: $body-background-color; // Off white
}