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 #
background: #fff;
color: inherit; /* support dark mode */
Line 18:
.module-shortcutlist {
display: inline-block;
border-bottom: 1px solid #
margin-bottom: 0.2em;
}
|