-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsamples.scss
37 lines (30 loc) · 1.08 KB
/
samples.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// ************ $$$$$$$ Pages $$$$$$$ ************ /
/* Page w/ Gradient */
:root {
--page-background-color: linear-gradient(-80deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 71%, rgba(252,176,69,1) 100%);
--page-background-size: 400% 400%;
--page-animation: gradient 15s ease infinite;
--text-color: #ffffff;
--link-color: #ffffff;
--divider-top-color: #ffffff !important;
--divider-bottom-color: #ffffff !important;
--regular-h4-subheader-text-color: #ffff;
--author-widget-background-color: linear-gradient(-733.2deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 81%, rgba(252,176,69,1) 100%);
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
// ************ $$$$$$$ Fullscreen $$$$$$$ ************ /
//@include text_color('fullscreen-credit-', 'white');
//@include text_color('fullscreen-summary-', 'white');
//@include text_color('fullscreen-header-', 'white');
//--heading-font: var(--secondary-font);
//--heading-font: var(--tertiary-font);