31 lines
620 B
Stylus
31 lines
620 B
Stylus
// placeholder for test, dont't remove it.
|
|
|
|
//.content {
|
|
// font-size 30px;
|
|
//}
|
|
|
|
//div.theme-default-content:not(.custom) { max-width: 100%; }
|
|
div.theme-default-content:not(.custom) { max-width: 1024px; }
|
|
|
|
|
|
/*
|
|
pre.vue-container
|
|
border-left-width: .5rem;
|
|
border-left-style: solid;
|
|
border-color: #42b983;
|
|
border-radius: 0px;
|
|
& > code
|
|
font-size: 14px !important;
|
|
& > p
|
|
margin: -5px 0 -20px 0;
|
|
code
|
|
background-color: #42b983 !important;
|
|
padding: 3px 5px;
|
|
border-radius: 3px;
|
|
color #000
|
|
em
|
|
color #808080
|
|
font-weight light
|
|
|
|
*/
|