Skip to content

Instantly share code, notes, and snippets.

@jpriebe
Last active October 6, 2021 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpriebe/5671ead73260a3c9a00aae78e17fcd20 to your computer and use it in GitHub Desktop.
Save jpriebe/5671ead73260a3c9a00aae78e17fcd20 to your computer and use it in GitHub Desktop.
#app > div > main > div > div.container.pl-5.pt-4.container--fluid.grid-list-xl > div > div.flex.page-col-sd.lg3.xl2 {
display: none
}
#app > div > main > div > div.container.grey.pa-0.container--fluid.lighten-4 > div > div {
margin-left: 0
}
#app > div > main > div > div.container.pl-5.pt-4.container--fluid.grid-list-xl > div > div.flex.page-col-content.xs12.lg9.xl10 {
flex-basis: 100%;
flex-grow: 0;
max-width: 100%
}
.v-main .contents h1,
h2,
h3,
h4,
h5,
h6 {
color: #000
}
.v-main .contents h1:after {
background: #fff
}
.v-main .contents h2:after {
background: #fff
}
.v-main .contents h3:after {
background: #fff
}
.v-main .contents h4:after {
background: #fff
}
.v-main .contents ul:not(.tabset-tabs) {
list-style: disc
}
.v-main .contents ul:not(.tabset-tabs) > li:before {
content: ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment