Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit 222e7c3

Browse files
committed
Updater: allow using overrides.css
1 parent ce48347 commit 222e7c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

update.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
<?php if ($config['ui']['rounded_corners'] && $config['ui']['style'] === 'classic'): ?>
4848
<link rel="stylesheet" href="resources/css/rounded.css" />
4949
<?php endif; ?>
50+
<?php if (is_file("private/overrides.css")): ?>
51+
<link rel="stylesheet" href="private/overrides.css" />
52+
<?php endif; ?>
5053
</head>
5154

5255
<body class="updatewrapper">

0 commit comments

Comments
 (0)