This commit is contained in:
Van
2019-03-01 11:00:25 +08:00
parent 83d0ca8332
commit dd80fbf987
11 changed files with 17 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@@ -19,7 +19,7 @@
* skin style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 0.1.0.1, Feb 28, 2019
* @version 0.1.0.2, Mar 1, 2019
*/
@import "../../../scss/reset";
@import "../../../scss/reset-content";
@@ -37,6 +37,12 @@ $gray: #5f5f5f !default;
$gray-lighter: #e0e0e0 !default;
$gray-lightest: #f7f7f7 !default;
body {
display: flex;
flex-direction: column;
min-height: 100%;
}
.body--gray {
background-color: $gray-lightest;
}