Skip to content

Instantly share code, notes, and snippets.

@JPrevost
Last active September 29, 2023 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JPrevost/2797ec167da9f8c272399689357c13f4 to your computer and use it in GitHub Desktop.
Save JPrevost/2797ec167da9f8c272399689357c13f4 to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name mit.primo.exlibrisgroup.com - 9/27/2023, 3:06:33 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://mit-psb.primo.exlibrisgroup.com/") {
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