Module:Documentation/styles.css: Difference between revisions

No edit summary
replacing legacy css selector
Line 7: Line 7:
}
}


body.wgl-darkmode .documentation {
body.wgl-theme-dark .documentation {
background-color: hsl(215, 25%, 8%);
background-color: hsl(215, 25%, 8%);
border-color: #121212;
border-color: #121212;
Line 19: Line 19:
}
}


body.wgl-darkmode .documentation-header-top,
body.wgl-theme-dark .documentation-header-top,
body.wgl-darkmode .documentation-header-bottom {
body.wgl-theme-dark .documentation-header-bottom {
background-color: hsl(215, 25%, 12%);
background-color: hsl(215, 25%, 12%);
}
}
Line 60: Line 60:
}
}


body.wgl-darkmode .documentation-badDoc {
body.wgl-theme-dark .documentation-badDoc {
background-color: hsl(40, 25%, 8%);
background-color: hsl(40, 25%, 8%);
}
}
Line 69: Line 69:
}
}


body.wgl-darkmode .documentation-badDoc .documentation-header-top,
body.wgl-theme-dark .documentation-badDoc .documentation-header-top,
body.wgl-darkmode .documentation-badDoc .documentation-header-bottom {
body.wgl-theme-dark .documentation-badDoc .documentation-header-bottom {
background-color: hsl(40, 25%, 12%);
background-color: hsl(40, 25%, 12%);
}
}
Line 78: Line 78:
}
}


body.wgl-darkmode .documentation-noDoc {
body.wgl-theme-dark .documentation-noDoc {
background-color: hsl(0, 0%, 8%);
background-color: hsl(0, 0%, 8%);
}
}
Line 87: Line 87:
}
}


body.wgl-darkmode .documentation-noDoc .documentation-header-top,
body.wgl-theme-dark .documentation-noDoc .documentation-header-top,
body.wgl-darkmode .documentation-noDoc .documentation-header-bottom {
body.wgl-theme-dark .documentation-noDoc .documentation-header-bottom {
background-color: hsl(0, 0%, 12%);
background-color: hsl(0, 0%, 12%);
}
}