MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 14: Line 14:
     /*--color-surface-2: #e1e1e0;*/
     /*--color-surface-2: #e1e1e0;*/


   /* Based on resonite Hero Colors */
   /* Based on resonite Mid Colors */


   /* Cyan */
   /* Cyan*/
   --color-primary: #61d1fa;
   --color-primary: #458fab;


   /* Red */
   /* Red */
   --color-destructive: #ff7676;
   --color-destructive: #ae5458;


   /* Green */
   /* Green */
   --color-success: #59eb5c;
   --color-success: #3f9e44;


   /* Orange */
   /* Orange */
   --color-warning: #e69e50;
   --color-warning: #a0a14e;


}
}

Revision as of 22:44, 15 January 2024

/* All CSS here will be loaded for users of the Citizen skin */

/* Dark Mode Only*/
:root.skin-citizen-dark {

    /* Based on Resonite Neutrals*/
    /* Dark */
    --color-surface-0: #11151d;

    /* Neutrals: Mid */
    --color-surface-1: #2b2f35;

    /* Neutrals: Light (disabled for now Prime needs to talk to Chroma) */
    /*--color-surface-2: #e1e1e0;*/

   /* Based on resonite Mid Colors */

   /* Cyan*/
   --color-primary: #458fab;

   /* Red */
   --color-destructive: #ae5458;

   /* Green */
   --color-success: #3f9e44;

   /* Orange */
   --color-warning: #a0a14e;

}