update celerity skin

This commit is contained in:
Carly Ho 2024-03-16 23:58:38 -05:00
parent 7c16b15ddc
commit f3f1c62f5a
1 changed files with 7 additions and 7 deletions

View File

@ -11,12 +11,12 @@
*/
// color names. Only use these variables in the color assignment section
$_dark-olive-green: #999966;
$_very-dark-olive: darken($_dark-olive-green, 10%);// try to match visual impact of the top bar
// which is $_dark-olive-green, but heavier to the eye
$_bright-olive-green: #888833; // a little brighter than the dark olive green, to attract the eye
$_light-olive-green: #ddddaa;
$_lightest-olive-green: #eeeecc;
$_dark-olive-green: #706dc0;
$_very-dark-olive: darken($_dark-olive-green, 10%); // try to match visual impact of the top bar
// which is $_dark-olive-green, but heavier to the eye
$_bright-olive-green: #9895e9; // a little brighter than the dark olive green, to attract the eye
$_light-olive-green: #aaafdd;
$_lightest-olive-green: #ceccee;
$_white: #fff;
$_light-gray: #f7f7f7;
@ -306,4 +306,4 @@ footer { border-top: 4px double $header-image-color;
background-color: $primary-color;
color: $pagination-link-current-font-color;
}
}