22 lines
410 B
Stylus
Executable file
22 lines
410 B
Stylus
Executable file
/**
|
||
* Custom Styles here.
|
||
*
|
||
* ref:https://v1.vuepress.vuejs.org/config/#index-styl
|
||
*/
|
||
|
||
body
|
||
min-height: 120vh;
|
||
|
||
body.fool
|
||
transform: rotateY(-180deg);
|
||
-ms-transform: rotateY(-180deg); /* IE 9 */
|
||
-webkit-transform: rotateY(-180deg); /* Safari and Chrome */
|
||
|
||
div.theme-default-content:not(.custom)
|
||
max-width: 80%;
|
||
|
||
footer.page-edit
|
||
max-width: 80%;
|
||
|
||
aside.sidebar
|
||
z-index: 18;
|