Last active
September 29, 2023 15:10
-
-
Save JPrevost/2797ec167da9f8c272399689357c13f4 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
/* ==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