MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 930: | Line 930: | ||
background: rgb(181, 69, 27); | background: rgb(181, 69, 27); | ||
color: rgb(255, 255, 255); display: flex; | color: rgb(255, 255, 255); display: flex; | ||
align-items: | align-items: center; | ||
justify-content: space-around; | justify-content: space-around; | ||
font-family: "Noto Sans Devanagari", system-ui, sans-serif; | font-family: "Noto Sans Devanagari", system-ui, sans-serif; | ||
| Line 951: | Line 951: | ||
position: relative; | position: relative; | ||
transition: background 0.15s; | transition: background 0.15s; | ||
color: #fff; | |||
font-size: 12px; | |||
font-family: "Noto Sans Devanagari"; | |||
gap: 8px; | |||
white-space: nowrap; | |||
} | } | ||