User:Doctorine Dark/common.css: Difference between revisions
Jump to navigation
Jump to search
imported>Doctorine Dark mNo edit summary |
imported>Doctorine Dark No edit summary |
||
Line 5: | Line 5: | ||
#n-Discord { | #n-Discord { | ||
font-family: 'Whitney' !important; | font-family: 'Whitney' !important; | ||
} | |||
div.hgroup { | |||
transition: 0.3s font-weight; | |||
transition-timing-function: ease; | |||
} | |||
div.hgroup:hover { | |||
font-weight: 600; | |||
} | } |