mirror of
https://github.com/vrana/adminer.git
synced 2026-01-16 20:43:05 +01:00
CSS: Dark mode syntax highlighting and adminer-dark.css
This commit is contained in:
@@ -162,7 +162,7 @@ class AdminerPlugin extends Adminer\Adminer {
|
||||
return $this->applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function head() {
|
||||
function head($dark = null) {
|
||||
$args = func_get_args();
|
||||
return $this->applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user