Skip to content

Commit

Permalink
Update co-color.css comment documentation (NOJIRA) (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored Sep 29, 2023
1 parent c534494 commit 74c452f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/webroot/css/co-color.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@
* @since COmanage registry v5.0.0
* @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*
* Colors use the convention --cmg-color-hue-number with optional comments to describe
* how they are used. Colors are mostly listed in order of prominence: the most pronounced colors
* are represented by the lowest numbers. The order is otherwise arbitrary and new colors can
* be added by appending to the list and incrementing the number.
* Color variables use the naming convention --cmg-color-[type][-optional number]
*
* Dark mode: the body.dark-mode class will override the defaults (see the lower half of this file).
* :root sets the global defaults. body.dark-mode sets the dark mode defaults.
* Light and dark mode colors:
* :root sets the global defaults for light mode.
* The "html.dark-mode" section overrides all default variables for dark mode.
*/

/* COmanage Light Color Scheme (default) */
Expand Down

0 comments on commit 74c452f

Please sign in to comment.