Add explanatory comments

Color variables now have roles noted.
Relevant contrast ratios are now noted.
This commit is contained in:
killerbee 2022-11-21 17:30:28 -08:00
parent 4d21d6bdd1
commit e402150171
1 changed files with 13 additions and 0 deletions

View File

@ -1,8 +1,21 @@
/* Main background: CR 15.55 against white text */
$classic-base-color: #261f3f;
$ui-base-color: $classic-base-color;
/* 'grey' text: CR 4.6 against base */
$ui-base-lighter-color: #a87ea8;
/* Highlight text: CR 9.0 against base,
Reply box: CR 12.16 against black text */
$ui-primary-color: #9bcbed;
/* Hashtags and @s: CR 7.25 against base,
! CR 1.24 against reply box
Is it possible to override the reply box color? Re-using a
text color for a background color does not make sense. */
$ui-secondary-color: #d8a2ba;
/* Winning poll option: CR 5.77 against base */
$ui-highlight-color: #CC7AFF;