mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-01 12:26:38 +00:00
11 lines
No EOL
163 B
CSS
11 lines
No EOL
163 B
CSS
.content {
|
|
width: 60em;
|
|
}
|
|
|
|
a.next-page, a.prev-page {
|
|
color: var(--color-link);
|
|
}
|
|
|
|
a.next-page:hover, a.prev-page:hover {
|
|
text-decoration: underline;
|
|
} |