fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes for author box
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
2022
/
styles
/
utils
/
_vars.scss
diff --git
a/src/wolnelektury/static/2022/styles/utils/_vars.scss
b/src/wolnelektury/static/2022/styles/utils/_vars.scss
index
f6e31f7
..
d5f81cc
100644
(file)
--- a/
src/wolnelektury/static/2022/styles/utils/_vars.scss
+++ b/
src/wolnelektury/static/2022/styles/utils/_vars.scss
@@
-14,15
+14,23
@@
$images-path: "/images" !default;
}
/* Colors */
}
/* Colors */
-$color-primary: #018189;
-$color-secondary: #96C13D;
+$color-lighter-primary: #E1F1F2;
+$color-primary: #018189;
+$color-dark-primary: #21535F;
+$color-darker-primary: #083F4D;
+$color-secondary: #92BD39;
+
+$wl-teal: #007880;
+$wl-green: #92BD39;
+$wl-red: #FF4C54;
+
$color-white: #ffffff;
$color-black: #000000;
$color-darker: #0e0f0f;
$color-white: #ffffff;
$color-black: #000000;
$color-darker: #0e0f0f;
-$color-dark: #
3E3E3E
;
+$color-dark: #
474747
;
$color-gray: #666666;
$color-gray: #666666;
-$color-light-gray: #
CCCCCC
;
+$color-light-gray: #
D9D9D9
;
$color-light-blue: #E5F4FF;
$color-yellow: #FBC40F;
$color-light-blue: #E5F4FF;
$color-yellow: #FBC40F;
@@
-58,3
+66,7
@@
$ease-out: cubic-bezier(.0, 0, .2, 1);
$ease-dynamic: cubic-bezier(0.25, 1, 0.5, 1);
$duration: 250ms;
$ease-dynamic: cubic-bezier(0.25, 1, 0.5, 1);
$duration: 250ms;
+
+
+
+