Module:Shortcut/styles.css: Difference between revisions

Content deleted Content added
support dark mode
m use border color from the style guide: https://doc.wikimedia.org/codex/latest/design-tokens/border.html
Line 3:
float: right;
margin: 0 0 0 1em;
border: 1px solid #aaaa2a9b1;
background: #fff;
color: inherit; /* support dark mode */
Line 18:
.module-shortcutlist {
display: inline-block;
border-bottom: 1px solid #aaaa2a9b1;
margin-bottom: 0.2em;
}