2020-06-28 06:33:20 +09:00
|
|
|
|
/**
|
|
|
|
|
* Custom Styles here.
|
|
|
|
|
*
|
|
|
|
|
* ref:https://v1.vuepress.vuejs.org/config/#index-styl
|
|
|
|
|
*/
|
2020-10-11 09:28:13 +09:00
|
|
|
|
|
|
|
|
|
body
|
|
|
|
|
min-height: 120vh;
|
2020-06-28 06:33:20 +09:00
|
|
|
|
|
|
|
|
|
div.theme-default-content:not(.custom)
|
|
|
|
|
max-width: 80%;
|
2020-06-28 11:51:06 +09:00
|
|
|
|
|
|
|
|
|
footer.page-edit
|
2020-06-29 01:20:46 +09:00
|
|
|
|
max-width: 80%;
|
|
|
|
|
|
|
|
|
|
aside.sidebar
|
2020-10-11 09:28:13 +09:00
|
|
|
|
z-index: 18;
|