diff --git a/docs/source/_assets/less/main.less b/docs/source/_assets/less/main.less index d7bd87d3d..60d8a23bb 100644 --- a/docs/source/_assets/less/main.less +++ b/docs/source/_assets/less/main.less @@ -30,4 +30,37 @@ a { '8' 2rem, '12' 3rem, '16' 4rem, +<<<<<<< HEAD +======= +; + +@text-colors: + 'light' @text-light, + 'light-soft' @text-light-soft, + 'light-softer' @text-light-softer, + 'light-softest' @text-light-softest, + + 'dark' @text-dark, + 'dark-soft' @text-dark-soft, + 'dark-softer' @text-dark-softer, + 'dark-softest' @text-dark-softest, + + 'primary' #3498DB, + 'primary-light' lighten(#3498DB, 25%), + 'primary-dark' #2980B9, +; + +@bg-colors: + 'light' hsl(0, 0%, 100%), + 'light-soft' hsl(0, 0%, 98%), + 'light-softer' hsl(0, 0%, 96%), + + 'dark' hsl(0, 0%, 33%), + 'dark-soft' hsl(0, 0%, 42%), + 'dark-softer' hsl(0, 0%, 52%), + + 'primary' #3498db, + 'primary-light' #a0cfee, + 'primary-dark' #2980b9, +>>>>>>> Add shadows documentation. ;