Forked from JPrevost/style-override-mitl-soc.css
Last active
September 29, 2023 13:44
-
-
Save matt-bernhardt/29ff79dafefdc5d02639fb8d0ab773d8 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
@-moz-document url-prefix("https://mit.primo.exlibrisgroup.com/discovery/search?vid=01MIT_INST:MIT&lang=en") { | |
/* Insert code here... */ | |
body { | |
font-size: 16px; | |
} | |
div.header { | |
border-top: 2rem solid white; | |
} | |
.__xl div.header { | |
border-top-color: red; | |
} | |
.__lgPlus div.header { | |
border-top-color: orange; | |
} | |
.__lg div.header { | |
border-top-color: yellow; | |
} | |
.__md div.header { | |
border-top-color: green; | |
} | |
.__sm div.header { | |
border-top-color: blue; | |
} | |
.__xs div.header { | |
border-top-color: purple; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment