Skip to content

Instantly share code, notes, and snippets.

@matt-bernhardt
Forked from JPrevost/style-override-mitl-soc.css
Last active September 29, 2023 13:44
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 matt-bernhardt/29ff79dafefdc5d02639fb8d0ab773d8 to your computer and use it in GitHub Desktop.
Save matt-bernhardt/29ff79dafefdc5d02639fb8d0ab773d8 to your computer and use it in GitHub Desktop.
@-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