creode-mosaic/admin-style

Provides visual enhancements to the WordPress admin interface.

Installs: 71

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:CSS

Type:wordpress-muplugin

pkg:composer/creode-mosaic/admin-style

1.3.4 2026-01-13 10:44 UTC

This package is auto-updated.

Last update: 2026-02-02 12:38:41 UTC


README

Provides visual enhancements to the WordPress admin interface.

Installation

Setup Custom Repository

You need to add the Creode packagist repository to the site as the packages are not publicly accessible through packagist.org. Add the following lines just above the "require" statement within your project's composer.json file:

"repositories": [
    {
        "type": "composer",
        "url": "https://packages.creode.dev"
    }
],

Tip: If you need assistance or further details about the repositories settings within Composer you can find additional information in their documentation.

Composer

Install the plugin via Composer from your project root:

composer require creode-mosaic/admin-style