Files
kuboard-press/.vuepress/styles/index.styl
2019-09-01 21:49:49 +08:00

35 lines
773 B
Stylus

.content__default {
max-width: 1000px !important;
}
p img {
border: 1px solid #d7dae2;
max-width: calc(70vw - 40px);
}
.noselect {
-moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select:none;
-khtml-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
user-select:none;
}
/* */
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
/* +*/
::-webkit-scrollbar-track {
box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
border-radius: 10px;
}
/* +*/
::-webkit-scrollbar-thumb {
border-radius: 10px;
box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.42);
background-color: rgba(0, 0, 0, 0.25);
}