Last active
October 6, 2021 16:52
-
-
Save jpriebe/5671ead73260a3c9a00aae78e17fcd20 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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