Created
April 4, 2020 17:50
-
-
Save ellbur/9a64c8e77b1fd548a71900788600be8d 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
@-moz-document domain("casetext.com") { | |
body, ul, article { | |
background-color: #333 !important; | |
} | |
div, span, span::before { | |
background: transparent !important; | |
} | |
app-case-breadcrumbs, app-document, app-page-header-shadow { | |
background: transparent !important; | |
} | |
app-case-breadcrumbs { | |
border-bottom: none !important; | |
} | |
p, span, div, ul, ol, li { | |
color: #fff !important; | |
} | |
div.bg-white { | |
background-color: #111 !important; | |
} | |
ul.dropdown-menu { | |
background-color: #111 !important; | |
} | |
div.first-jx, div.jx-arrow-container, div.long-text { | |
background: transparent !important; | |
} | |
input[type="text"] { | |
background-color: #000 !important; | |
color: #eef !important; | |
} | |
button { | |
background-color: #000 !important; | |
} | |
button.btn-sm { | |
background: transparent !important; | |
} | |
.btn-outline-secondary { | |
color: #99f !important; | |
} | |
.nav-bar, .bg-light { | |
background-color: #333 !important; | |
} | |
img.logo { | |
filter: invert() hue-rotate(180deg); | |
} | |
.footer ul.footer-list li a { | |
color: #eee !important; | |
} | |
div.sub-nav-container { | |
background-color: #222 !important; | |
border: none !important; | |
} | |
.document-navigation-container { | |
border-top: none !important; | |
} | |
.page-header { | |
border-bottom: none !important; | |
} | |
.document-text p { | |
text-align: justify; | |
text-indent: 0.5in; | |
} | |
.document-text a { | |
color: #99f; | |
} | |
.serif { | |
font-family: iowan !important; | |
} | |
.document-text { | |
line-height: 2.3rem !important; | |
} | |
.document-text { | |
font-size: 18pt !important; | |
} | |
[_nghost-c3] { | |
background: transparent !important; | |
} | |
.page-header { | |
position: absolute !important; | |
} | |
.page-header .sub-nav-container.float-sub-nav { | |
position: relative !important; | |
} | |
.sticky { | |
position: relative !important; | |
} | |
.search-bar-container { | |
border: none !important; | |
} | |
.btn { | |
border: none !important; | |
} | |
.material-icons { | |
color: #99f !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment