summaryrefslogtreecommitdiff
path: root/pages/docs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/docs.inc')
-rw-r--r--pages/docs.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/docs.inc b/pages/docs.inc
index 9fd9bf3..58256c7 100644
--- a/pages/docs.inc
+++ b/pages/docs.inc
@@ -395,6 +395,7 @@ function showDocument($item) { ?>
}
</script>
<style>
+ <?php global $use2023UI; if (!$use2023UI): ?>
.list-group-item {
color: #fff;
background-color: #222;
@@ -417,6 +418,7 @@ function showDocument($item) { ?>
background-color: #272727;
color: #bbb;
}
+ <?php endif; ?>
</style>
<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/footer.inc'; ?>