Skip to content

Update co-color.css comment documentation (NOJIRA) #129

Merged
merged 1 commit into from
Sep 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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