mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-09 12:25:17 -04:00
docs - add table hover highlight and increase max width
This commit is contained in:
parent
49a651761f
commit
36941bf4e9
@ -21,4 +21,16 @@ code {
|
||||
/* Table headers are bolded in dark mode, do it in light mode too */
|
||||
table th {
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Highlight non-header rows on hover */
|
||||
tbody tr:hover {
|
||||
background-color: hsl(var(--muted));
|
||||
}
|
||||
|
||||
/* Increase maximum width for docs, default is quite narrow at 1400px max */
|
||||
@media (min-width: 1400px) {
|
||||
.container {
|
||||
max-width: 2000px !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user