Anonymous user
Module:Shortcut/styles.css: Difference between revisions
m
use border color from the style guide: https://doc.wikimedia.org/codex/latest/design-tokens/border.html
(support dark mode) |
m (use border color from the style guide: https://doc.wikimedia.org/codex/latest/design-tokens/border.html) |
||
Line 3: | Line 3: | ||
float: right; | float: right; | ||
margin: 0 0 0 1em; | margin: 0 0 0 1em; | ||
border: 1px solid # | border: 1px solid #a2a9b1; | ||
background: #fff; | background: #fff; | ||
color: inherit; /* support dark mode */ | color: inherit; /* support dark mode */ | ||
Line 18: | Line 18: | ||
.module-shortcutlist { | .module-shortcutlist { | ||
display: inline-block; | display: inline-block; | ||
border-bottom: 1px solid # | border-bottom: 1px solid #a2a9b1; | ||
margin-bottom: 0.2em; | margin-bottom: 0.2em; | ||
} | } |