Module:Note/styles.css
From Amaranth Legacy, available at amaranth-legacy.community
More actions
.module-note-container {
display: flex;
align-items: center;
padding: var(--space-sm) var(--space-md);
margin-top: var(--space-xs);
margin-bottom: var(--space-md);
background: #384f94;
color: var(--color-inverted-primary);
border-radius: var(--border-radius--medium);
}
.module-note-icon img {
display: block;
margin-right: var(--space-xs);
filter: var(--filter-invert-fixed);
}
.module-note a,
.module-note a:visited,
.module-note a:hover,
.module-note a:visited:hover {
color: #00fae1 !important;
}