Template:Neodyland Wiki/styles.css: Difference between revisions
Template page
More actions
Add responsive homepage styles for Neodyland Wiki |
No edit summary |
||
| Line 522: | Line 522: | ||
@media (prefers-reduced-motion: reduce) { | @media (prefers-reduced-motion: reduce) { | ||
.nl-orbit__ring--two { animation: none; } | .nl-orbit__ring--two { animation: none; } | ||
} | |||
.nl-recentchanges { | |||
margin: 0; | |||
padding: 0; | |||
border-bottom: 1px solid var(--nl-line); | |||
list-style: none; | |||
} | |||
.nl-recentchanges__item { | |||
display: grid; | |||
gap: 0.25rem; | |||
padding: 0.85rem 0; | |||
border-top: 1px solid var(--nl-line); | |||
} | |||
.nl-recentchanges__title { | |||
color: var(--color-progressive); | |||
font-weight: 700; | |||
text-decoration: none; | |||
} | |||
.nl-recentchanges__title:hover { | |||
text-decoration: underline; | |||
} | |||
.nl-recentchanges__metadata, | |||
.nl-recentchanges__status { | |||
color: var(--nl-muted); | |||
font-size: 0.82rem; | |||
} | |||
.nl-recentchanges__status { | |||
margin: 0; | |||
} | } | ||