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

Commit

Permalink
dependencies checker: allow using overrides.css
Browse files Browse the repository at this point in the history
  • Loading branch information
andi34 committed Aug 24, 2021
1 parent 74cc5ab commit ce48347
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dependencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
<?php if ($config['ui']['rounded_corners'] && $config['ui']['style'] === 'classic'): ?>
<link rel="stylesheet" href="resources/css/rounded.css" />
<?php endif; ?>
<?php if (is_file("private/overrides.css")): ?>
<link rel="stylesheet" href="private/overrides.css" />
<?php endif; ?>
</head>

<body class="updatewrapper">
Expand Down

0 comments on commit ce48347

Please sign in to comment.