mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
reorder variables, rename -color to -color
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ body {
|
||||
font-size: $font-size-base;
|
||||
line-height: $line-height;
|
||||
// Go easy on the eyes and use something other than `#000` for text
|
||||
color: $text-color;
|
||||
color: $body-color;
|
||||
// By default, `<body>` has no `background-color` so we set one as a best practice.
|
||||
background-color: $body-bg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user