@use 'iro-sass/src/props'; @use 'core'; @mixin styles { .messageGroupList .columnSubject > .statusDisplay { margin-block-start: -.1em; margin-block-end: -.2em; } .messageSidebar { a:hover { text-decoration: underline; } .username { font-weight: bold; } } .messageText, .messageSignature { a { text-decoration: underline; text-decoration-color: props.get(core.$vlpnLinkUnderline); } a:hover { text-decoration: underline; text-decoration-color: currentColor; } } .quoteBoxTitle a { text-decoration: none; } }