Created
September 1, 2022 18:55
-
-
Save rocky-jaiswal/abf3e76fb59b8afd55e16ff98dd99d05 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
hr { | |
border-top: 2px solid #045295 !important; | |
} | |
.homepage-blocks { | |
display: none; | |
} | |
#app-cta { | |
display: none; | |
} | |
.footer-flex-row { | |
display: none; | |
} | |
.sys-announce { | |
display: none; | |
} | |
.resources { | |
display: none; | |
} | |
.bottom-ad { | |
display: none; | |
} | |
.an-mobile-menu-closed { | |
display: none; | |
} | |
.votd-subscribe-form { | |
display: none; | |
} | |
.flex-7 { | |
flex: none !important; | |
max-width: 1200px; | |
} | |
.other-resources { | |
display: none; | |
} | |
body, div, nav, button { | |
background-color: #1d1d1d; | |
color: #cfcfcf; | |
font-family: Noto Sans,sans-serif,Arial; | |
} | |
.text-html p, .text-html td, .text-html th { | |
font-family: Noto Sans,sans-serif,Arial; | |
font-size: 2.2rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment