diff options
| -rw-r--r-- | Project-Unite/Content/.bootstrap-theme.css.kate-swp | bin | 0 -> 302 bytes | |||
| -rw-r--r-- | Project-Unite/Views/Shared/_Layout.cshtml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Content/.bootstrap-theme.css.kate-swp b/Project-Unite/Content/.bootstrap-theme.css.kate-swp Binary files differnew file mode 100644 index 0000000..cd599c9 --- /dev/null +++ b/Project-Unite/Content/.bootstrap-theme.css.kate-swp diff --git a/Project-Unite/Views/Shared/_Layout.cshtml b/Project-Unite/Views/Shared/_Layout.cshtml index d530f59..024c6bf 100644 --- a/Project-Unite/Views/Shared/_Layout.cshtml +++ b/Project-Unite/Views/Shared/_Layout.cshtml @@ -7,7 +7,7 @@ } } -<html style="background-color:black;@style"> +<html style="@style"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
