Template:Ivory messagebox/styles.css: Difference between revisions
Appearance
Content deleted Content added
add color |
add bg color like so |
||
Line 2: | Line 2: | ||
margin-bottom: 1em; |
margin-bottom: 1em; |
||
border: 1px solid #aaa; |
border: 1px solid #aaa; |
||
background-color: ivory; |
background-color: var(--background-color-warning-subtle, ivory); |
||
padding: 0.5em; |
padding: 0.5em; |
||
display: flex; |
display: flex; |
||
align-items: center; |
align-items: center; |
||
color: #202122; |
|||
} |
} |
||