diff --git a/postbox.php b/postbox.php index daedf81..0ff09ae 100644 --- a/postbox.php +++ b/postbox.php @@ -16,6 +16,6 @@ function postbox_install() function postbox_head(string &$b) { // Add Postbox Styling to Header - $box_styles = __DIR__ . '/postbox.css'; + $box_styles = __DIR__ . '/postbox.min.css'; DI::page()->registerStylesheet($box_styles); } \ No newline at end of file