@biggive/components 202303031121.0.0 → 202303061752.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/biggive/biggive.esm.js +1 -1
- package/dist/biggive/p-01d03da2.entry.js +1 -0
- package/dist/biggive/{p-fe9f3e72.entry.js → p-26c0b6cf.entry.js} +1 -1
- package/dist/biggive/{p-8876011d.entry.js → p-2c639bd5.entry.js} +1 -1
- package/dist/biggive/{p-71054cf6.entry.js → p-41588003.entry.js} +1 -1
- package/dist/biggive/{p-0f38685b.entry.js → p-42649676.entry.js} +1 -1
- package/dist/biggive/{p-223759f6.entry.js → p-4402efe9.entry.js} +1 -1
- package/dist/biggive/p-4a1ba0c4.entry.js +1 -0
- package/dist/biggive/p-4adb4dce.entry.js +1 -0
- package/dist/biggive/{p-3b378f79.entry.js → p-5406c558.entry.js} +1 -1
- package/dist/biggive/p-63abb338.entry.js +1 -0
- package/dist/biggive/{p-d7f8a6fd.entry.js → p-87487165.entry.js} +1 -1
- package/dist/biggive/{p-eb6aecf0.entry.js → p-87edb8c6.entry.js} +1 -1
- package/dist/biggive/p-8feb91ae.entry.js +1 -0
- package/dist/biggive/p-b73fddaa.entry.js +1 -0
- package/dist/biggive/p-ead5a5ce.entry.js +1 -0
- package/dist/biggive/p-ee4f16a8.entry.js +1 -0
- package/dist/biggive/{p-f8e38bb9.entry.js → p-f375edb7.entry.js} +1 -1
- package/dist/biggive/p-f6dedf7d.entry.js +1 -0
- package/dist/biggive/{p-acf3bcd9.js → p-ff8bc382.js} +2 -2
- package/dist/cjs/{biggive-back-to-top_27.cjs.entry.js → biggive-accordion_35.cjs.entry.js} +427 -12
- package/dist/cjs/biggive-article-card.cjs.entry.js +2 -2
- package/dist/cjs/biggive-basic-card.cjs.entry.js +6 -3
- package/dist/cjs/biggive-beneficiary-icon.cjs.entry.js +2 -2
- package/dist/cjs/biggive-biography-card.cjs.entry.js +1 -1
- package/dist/cjs/biggive-boxed-content.cjs.entry.js +2 -2
- package/dist/cjs/biggive-category-icon.cjs.entry.js +2 -2
- package/dist/cjs/biggive-form.cjs.entry.js +1 -1
- package/dist/cjs/biggive-formatted-text.cjs.entry.js +2 -2
- package/dist/cjs/biggive-header.cjs.entry.js +1 -1
- package/dist/cjs/biggive-icon-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-nav-group.cjs.entry.js +1 -1
- package/dist/cjs/biggive-nav-item.cjs.entry.js +1 -1
- package/dist/cjs/biggive-popup-standalone.cjs.entry.js +1 -1
- package/dist/cjs/biggive-search.cjs.entry.js +1 -1
- package/dist/cjs/biggive-table.cjs.entry.js +2 -2
- package/dist/cjs/biggive-text-input.cjs.entry.js +1 -1
- package/dist/cjs/biggive-video.cjs.entry.js +1 -1
- package/dist/cjs/biggive.cjs.js +2 -2
- package/dist/cjs/{index-4ae5dbd7.js → index-8dd1da4d.js} +3 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +6 -0
- package/dist/collection/components/biggive-accordion/biggive-accordion.css +315 -0
- package/dist/collection/components/biggive-accordion/biggive-accordion.js +114 -0
- package/dist/collection/components/biggive-accordion/biggive-accordion.stories.js +52 -0
- package/dist/collection/components/biggive-accordion-entry/biggive-accordion-entry.css +14 -0
- package/dist/collection/components/biggive-accordion-entry/biggive-accordion-entry.js +43 -0
- package/dist/collection/components/biggive-article-card/biggive-article-card.css +45 -0
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.css +70 -0
- package/dist/collection/components/biggive-basic-card/biggive-basic-card.js +77 -31
- package/dist/collection/components/biggive-beneficiary-icon/biggive-beneficiary-icon.css +65 -0
- package/dist/collection/components/biggive-boxed-content/biggive-boxed-content.css +25 -0
- package/dist/collection/components/biggive-call-to-action/biggive-call-to-action.css +20 -0
- package/dist/collection/components/biggive-carousel/biggive-carousel.css +223 -0
- package/dist/collection/components/biggive-carousel/biggive-carousel.js +161 -0
- package/dist/collection/components/biggive-carousel/biggive-carousel.stories.js +84 -0
- package/dist/collection/components/biggive-category-icon/biggive-category-icon.css +65 -0
- package/dist/collection/components/biggive-formatted-text/biggive-formatted-text.css +20 -0
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.css +88 -18
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.js +68 -19
- package/dist/collection/components/biggive-hero-image/biggive-hero-image.stories.js +2 -0
- package/dist/collection/components/biggive-image-feature/biggive-image-feature.css +20 -0
- package/dist/collection/components/biggive-main-menu/biggive-main-menu.css +9 -1
- package/dist/collection/components/biggive-main-menu/biggive-main-menu.js +8 -0
- package/dist/collection/components/biggive-misc-icon/biggive-misc-icon.css +89 -0
- package/dist/collection/components/biggive-quote/biggive-quote.css +65 -0
- package/dist/collection/components/biggive-quote/biggive-quote.js +45 -11
- package/dist/collection/components/biggive-social-icon/biggive-social-icon.css +113 -0
- package/dist/collection/components/biggive-tab/biggive-tab.js +2 -2
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.css +355 -0
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.js +206 -12
- package/dist/collection/components/biggive-tabbed-content/biggive-tabbed-content.stories.js +48 -3
- package/dist/collection/components/biggive-table/biggive-table.css +41 -0
- package/dist/collection/components/biggive-table/biggive-table.js +8 -3
- package/dist/collection/components/biggive-timeline/biggive-timeline.css +733 -0
- package/dist/collection/components/biggive-timeline/biggive-timeline.js +394 -0
- package/dist/collection/components/biggive-timeline/biggive-timeline.stories.js +133 -0
- package/dist/collection/components/biggive-timeline-entry/biggive-timeline-entry.css +14 -0
- package/dist/collection/components/biggive-timeline-entry/biggive-timeline-entry.js +59 -0
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.css +224 -0
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.js +198 -0
- package/dist/collection/components/biggive-tipping-slider/biggive-tipping-slider.stories.js +62 -0
- package/dist/collection/components/biggive-totalizer/biggive-totalizer.css +45 -0
- package/dist/collection/components/biggive-video-feature/biggive-video-feature.css +20 -0
- package/dist/components/biggive-accordion-entry.d.ts +11 -0
- package/dist/components/biggive-accordion-entry.js +37 -0
- package/dist/components/biggive-accordion.d.ts +11 -0
- package/dist/components/biggive-accordion.js +58 -0
- package/dist/components/biggive-article-card.js +1 -1
- package/dist/components/biggive-basic-card.js +7 -3
- package/dist/components/biggive-beneficiary-icon.js +1 -1
- package/dist/components/biggive-boxed-content.js +1 -1
- package/dist/components/biggive-call-to-action.js +1 -1
- package/dist/components/biggive-carousel.d.ts +11 -0
- package/dist/components/biggive-carousel.js +88 -0
- package/dist/components/biggive-category-icon.js +1 -1
- package/dist/components/biggive-formatted-text.js +1 -1
- package/dist/components/biggive-hero-image.js +4 -2
- package/dist/components/biggive-image-feature.js +1 -1
- package/dist/components/biggive-main-menu.js +9 -1
- package/dist/components/biggive-misc-icon2.js +1 -1
- package/dist/components/biggive-quote.js +5 -3
- package/dist/components/biggive-social-icon.js +1 -1
- package/dist/components/biggive-tab.js +1 -1
- package/dist/components/biggive-tabbed-content.js +78 -4
- package/dist/components/biggive-table.js +1 -1
- package/dist/components/biggive-timeline-entry.d.ts +11 -0
- package/dist/components/biggive-timeline-entry.js +38 -0
- package/dist/components/biggive-timeline.d.ts +11 -0
- package/dist/components/biggive-timeline.js +140 -0
- package/dist/components/biggive-tipping-slider.d.ts +11 -0
- package/dist/components/biggive-tipping-slider.js +100 -0
- package/dist/components/biggive-totalizer.js +1 -1
- package/dist/components/biggive-video-feature.js +1 -1
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.js +6 -0
- package/dist/esm/{biggive-back-to-top_27.entry.js → biggive-accordion_35.entry.js} +420 -13
- package/dist/esm/biggive-article-card.entry.js +2 -2
- package/dist/esm/biggive-basic-card.entry.js +6 -3
- package/dist/esm/biggive-beneficiary-icon.entry.js +2 -2
- package/dist/esm/biggive-biography-card.entry.js +1 -1
- package/dist/esm/biggive-boxed-content.entry.js +2 -2
- package/dist/esm/biggive-category-icon.entry.js +2 -2
- package/dist/esm/biggive-form.entry.js +1 -1
- package/dist/esm/biggive-formatted-text.entry.js +2 -2
- package/dist/esm/biggive-header.entry.js +1 -1
- package/dist/esm/biggive-icon-group.entry.js +1 -1
- package/dist/esm/biggive-nav-group.entry.js +1 -1
- package/dist/esm/biggive-nav-item.entry.js +1 -1
- package/dist/esm/biggive-popup-standalone.entry.js +1 -1
- package/dist/esm/biggive-search.entry.js +1 -1
- package/dist/esm/biggive-table.entry.js +2 -2
- package/dist/esm/biggive-text-input.entry.js +1 -1
- package/dist/esm/biggive-video.entry.js +1 -1
- package/dist/esm/biggive.js +2 -2
- package/dist/esm/{index-43541c5f.js → index-801eebfb.js} +4 -1
- package/dist/esm/loader.js +2 -2
- package/dist/types/components/biggive-accordion/biggive-accordion.d.ts +12 -0
- package/dist/types/components/biggive-accordion/biggive-accordion.stories.d.ts +28 -0
- package/dist/types/components/biggive-accordion-entry/biggive-accordion-entry.d.ts +5 -0
- package/dist/types/components/biggive-basic-card/biggive-basic-card.d.ts +8 -50
- package/dist/types/components/biggive-carousel/biggive-carousel.d.ts +18 -0
- package/dist/types/components/biggive-carousel/biggive-carousel.stories.d.ts +35 -0
- package/dist/types/components/biggive-hero-image/biggive-hero-image.d.ts +14 -8
- package/dist/types/components/biggive-main-menu/biggive-main-menu.d.ts +1 -0
- package/dist/types/components/biggive-quote/biggive-quote.d.ts +5 -14
- package/dist/types/components/biggive-tab/biggive-tab.d.ts +0 -3
- package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.d.ts +18 -8
- package/dist/types/components/biggive-tabbed-content/biggive-tabbed-content.stories.d.ts +36 -1
- package/dist/types/components/biggive-table/biggive-table.d.ts +2 -1
- package/dist/types/components/biggive-timeline/biggive-timeline.d.ts +27 -0
- package/dist/types/components/biggive-timeline/biggive-timeline.stories.d.ts +91 -0
- package/dist/types/components/biggive-timeline-entry/biggive-timeline-entry.d.ts +8 -0
- package/dist/types/components/biggive-tipping-slider/biggive-tipping-slider.d.ts +14 -0
- package/dist/types/components/biggive-tipping-slider/biggive-tipping-slider.stories.d.ts +45 -0
- package/dist/types/components.d.ts +194 -164
- package/hydrate/index.js +507 -28
- package/package.json +1 -1
- package/dist/biggive/p-13f4a2c4.entry.js +0 -1
- package/dist/biggive/p-34cfc5da.entry.js +0 -1
- package/dist/biggive/p-3e2d205e.entry.js +0 -1
- package/dist/biggive/p-52bb0267.entry.js +0 -1
- package/dist/biggive/p-53189bc6.entry.js +0 -1
- package/dist/biggive/p-5a38b219.entry.js +0 -1
- package/dist/biggive/p-64a544fa.entry.js +0 -1
- package/dist/biggive/p-95bd7f7a.entry.js +0 -1
- package/dist/biggive/p-99f18976.entry.js +0 -1
- package/dist/biggive/p-a0941518.entry.js +0 -1
- package/dist/biggive/p-d8432f12.entry.js +0 -1
- package/dist/cjs/biggive-tab.cjs.entry.js +0 -20
- package/dist/cjs/biggive-tabbed-content.cjs.entry.js +0 -21
- package/dist/esm/biggive-tab.entry.js +0 -16
- package/dist/esm/biggive-tabbed-content.entry.js +0 -17
|
@@ -0,0 +1,733 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @see brandColour in src/globals/brand-colour.ts . This and that should be updated together.
|
|
3
|
+
*/
|
|
4
|
+
a {
|
|
5
|
+
color: inherit;
|
|
6
|
+
text-decoration: underline;
|
|
7
|
+
}
|
|
8
|
+
a:hover {
|
|
9
|
+
text-decoration: none;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.space-above-0 {
|
|
13
|
+
margin-top: 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.space-above-1 {
|
|
17
|
+
margin-top: 5px;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.space-above-2 {
|
|
21
|
+
margin-top: 10px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.space-above-3 {
|
|
25
|
+
margin-top: 15px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.space-above-4 {
|
|
29
|
+
margin-top: 30px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.space-above-5 {
|
|
33
|
+
margin-top: 45px;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.space-above-6 {
|
|
37
|
+
margin-top: 60px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.space-below-0 {
|
|
41
|
+
margin-bottom: 0;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.space-below-1 {
|
|
45
|
+
margin-bottom: 5px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.space-below-2 {
|
|
49
|
+
margin-bottom: 10px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.space-below-3 {
|
|
53
|
+
margin-bottom: 15px;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.space-below-4 {
|
|
57
|
+
margin-bottom: 30px;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.space-below-5 {
|
|
61
|
+
margin-bottom: 45px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.space-below-6 {
|
|
65
|
+
margin-bottom: 60px;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.text-colour-hover-primary:hover,
|
|
69
|
+
.text-colour-primary {
|
|
70
|
+
color: #2C089B;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.text-colour-hover-secondary:hover,
|
|
74
|
+
.text-colour-secondary {
|
|
75
|
+
color: #2AF135;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.text-colour-hover-tertiary:hover,
|
|
79
|
+
.text-colour-tertiary {
|
|
80
|
+
color: #FF7272;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.text-colour-hover-brand-1:hover,
|
|
84
|
+
.text-colour-brand-1 {
|
|
85
|
+
color: #B30510;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.text-colour-hover-brand-2:hover,
|
|
89
|
+
.text-colour-brand-2 {
|
|
90
|
+
color: #6E0887;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.text-colour-hover-brand-3:hover,
|
|
94
|
+
.text-colour-brand-3 {
|
|
95
|
+
color: #50B400;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.text-colour-hover-brand-4:hover,
|
|
99
|
+
.text-colour-brand-4 {
|
|
100
|
+
color: #FFE500;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.text-colour-hover-brand-5:hover,
|
|
104
|
+
.text-colour-brand-5 {
|
|
105
|
+
color: #F07D00;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.text-colour-hover-brand-6:hover,
|
|
109
|
+
.text-colour-brand-6 {
|
|
110
|
+
color: #CBC8C8;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.text-colour-hover-white:hover,
|
|
114
|
+
.text-colour-white {
|
|
115
|
+
color: #FFFFFF;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.text-colour-hover-black:hover,
|
|
119
|
+
.text-colour-black {
|
|
120
|
+
color: #000000;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.text-colour-hover-grey-extra-light:hover,
|
|
124
|
+
.text-colour-grey-extra-light {
|
|
125
|
+
color: #D7D7D7;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.text-colour-hover-grey-light:hover,
|
|
129
|
+
.text-colour-grey-light {
|
|
130
|
+
color: #E8E8E8;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.text-colour-hover-grey-medium:hover,
|
|
134
|
+
.text-colour-grey-medium {
|
|
135
|
+
color: #8A8A8A;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.text-colour-hover-grey-dark:hover,
|
|
139
|
+
.text-colour-grey-dark {
|
|
140
|
+
color: #4A4A4A;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
:host {
|
|
144
|
+
display: contents;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
::slotted(*) {
|
|
148
|
+
display: none;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.container {
|
|
152
|
+
font-family: "Euclid Triangle", sans-serif;
|
|
153
|
+
font-size: 17px;
|
|
154
|
+
line-height: 24px;
|
|
155
|
+
position: relative;
|
|
156
|
+
}
|
|
157
|
+
.container .navigation {
|
|
158
|
+
padding: 0 40px;
|
|
159
|
+
}
|
|
160
|
+
.container .navigation .button {
|
|
161
|
+
position: absolute;
|
|
162
|
+
top: 5px;
|
|
163
|
+
display: block;
|
|
164
|
+
width: 30px;
|
|
165
|
+
height: 30px;
|
|
166
|
+
padding: 2.5px 10px;
|
|
167
|
+
box-sizing: border-box;
|
|
168
|
+
background-color: #FFFFFF;
|
|
169
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
|
|
170
|
+
border-radius: 50%;
|
|
171
|
+
cursor: pointer;
|
|
172
|
+
text-align: center;
|
|
173
|
+
}
|
|
174
|
+
.container .navigation .button.prev {
|
|
175
|
+
left: 0;
|
|
176
|
+
}
|
|
177
|
+
.container .navigation .button.next {
|
|
178
|
+
right: 0;
|
|
179
|
+
}
|
|
180
|
+
.container .navigation .button svg {
|
|
181
|
+
width: 10px;
|
|
182
|
+
height: 10px;
|
|
183
|
+
}
|
|
184
|
+
.container .navigation ul {
|
|
185
|
+
margin: 0;
|
|
186
|
+
padding: 0;
|
|
187
|
+
list-style-type: none;
|
|
188
|
+
border-bottom: 1px solid transparent;
|
|
189
|
+
display: flex;
|
|
190
|
+
}
|
|
191
|
+
.container .navigation ul li {
|
|
192
|
+
padding: 10px;
|
|
193
|
+
margin: 0;
|
|
194
|
+
width: calc(33.3% - 20px);
|
|
195
|
+
border-bottom: 3px solid transparent;
|
|
196
|
+
text-align: center;
|
|
197
|
+
cursor: pointer;
|
|
198
|
+
}
|
|
199
|
+
.container .navigation ul li.selected {
|
|
200
|
+
font-weight: bold;
|
|
201
|
+
}
|
|
202
|
+
.container .entry-wrap {
|
|
203
|
+
padding: 40px;
|
|
204
|
+
}
|
|
205
|
+
.container .entry-wrap .entry {
|
|
206
|
+
margin-bottom: 15px;
|
|
207
|
+
border-left: 15px solid transparent;
|
|
208
|
+
padding: 15px 40px 15px 40px;
|
|
209
|
+
}
|
|
210
|
+
.container .entry-wrap .entry .date {
|
|
211
|
+
font-size: 13px;
|
|
212
|
+
line-height: 17px;
|
|
213
|
+
font-weight: bold;
|
|
214
|
+
margin: 0 0 5px 0;
|
|
215
|
+
}
|
|
216
|
+
.container .entry-wrap .entry .title {
|
|
217
|
+
font-weight: bold;
|
|
218
|
+
margin: 0 0 5px 0;
|
|
219
|
+
padding: 0;
|
|
220
|
+
}
|
|
221
|
+
.container .entry-wrap .entry .content p {
|
|
222
|
+
margin: 0 0 5px 0;
|
|
223
|
+
}
|
|
224
|
+
.container.text-colour-primary .navigation li {
|
|
225
|
+
color: #2C089B;
|
|
226
|
+
}
|
|
227
|
+
.container.navigation-highlight-colour-primary .navigation ul {
|
|
228
|
+
border-color: #2C089B;
|
|
229
|
+
}
|
|
230
|
+
.container.selected-text-colour-primary .navigation li.selected {
|
|
231
|
+
color: #2C089B;
|
|
232
|
+
border-color: #2C089B;
|
|
233
|
+
}
|
|
234
|
+
.container.selected-navigation-highlight-colour-primary .navigation li.selected {
|
|
235
|
+
border-color: #2C089B;
|
|
236
|
+
}
|
|
237
|
+
.container.button-background-colour-primary .navigation .button {
|
|
238
|
+
background-color: #2C089B;
|
|
239
|
+
}
|
|
240
|
+
.container.button-icon-colour-primary .navigation .button svg path {
|
|
241
|
+
stroke: #2C089B;
|
|
242
|
+
}
|
|
243
|
+
.container.entry-background-colour-primary .entry {
|
|
244
|
+
background-color: #2C089B;
|
|
245
|
+
}
|
|
246
|
+
.container.entry-highlight-colour-primary .entry {
|
|
247
|
+
border-color: #2C089B;
|
|
248
|
+
}
|
|
249
|
+
.container.entry-date-colour-primary .entry .date {
|
|
250
|
+
color: #2C089B;
|
|
251
|
+
}
|
|
252
|
+
.container.entry-title-colour-primary .entry .title {
|
|
253
|
+
color: #2C089B;
|
|
254
|
+
}
|
|
255
|
+
.container.entry-text-colour-primary .entry .content {
|
|
256
|
+
color: #2C089B;
|
|
257
|
+
}
|
|
258
|
+
.container.text-colour-secondary .navigation li {
|
|
259
|
+
color: #2AF135;
|
|
260
|
+
}
|
|
261
|
+
.container.navigation-highlight-colour-secondary .navigation ul {
|
|
262
|
+
border-color: #2AF135;
|
|
263
|
+
}
|
|
264
|
+
.container.selected-text-colour-secondary .navigation li.selected {
|
|
265
|
+
color: #2AF135;
|
|
266
|
+
border-color: #2AF135;
|
|
267
|
+
}
|
|
268
|
+
.container.selected-navigation-highlight-colour-secondary .navigation li.selected {
|
|
269
|
+
border-color: #2AF135;
|
|
270
|
+
}
|
|
271
|
+
.container.button-background-colour-secondary .navigation .button {
|
|
272
|
+
background-color: #2AF135;
|
|
273
|
+
}
|
|
274
|
+
.container.button-icon-colour-secondary .navigation .button svg path {
|
|
275
|
+
stroke: #2AF135;
|
|
276
|
+
}
|
|
277
|
+
.container.entry-background-colour-secondary .entry {
|
|
278
|
+
background-color: #2AF135;
|
|
279
|
+
}
|
|
280
|
+
.container.entry-highlight-colour-secondary .entry {
|
|
281
|
+
border-color: #2AF135;
|
|
282
|
+
}
|
|
283
|
+
.container.entry-date-colour-secondary .entry .date {
|
|
284
|
+
color: #2AF135;
|
|
285
|
+
}
|
|
286
|
+
.container.entry-title-colour-secondary .entry .title {
|
|
287
|
+
color: #2AF135;
|
|
288
|
+
}
|
|
289
|
+
.container.entry-text-colour-secondary .entry .content {
|
|
290
|
+
color: #2AF135;
|
|
291
|
+
}
|
|
292
|
+
.container.text-colour-tertiary .navigation li {
|
|
293
|
+
color: #FF7272;
|
|
294
|
+
}
|
|
295
|
+
.container.navigation-highlight-colour-tertiary .navigation ul {
|
|
296
|
+
border-color: #FF7272;
|
|
297
|
+
}
|
|
298
|
+
.container.selected-text-colour-tertiary .navigation li.selected {
|
|
299
|
+
color: #FF7272;
|
|
300
|
+
border-color: #FF7272;
|
|
301
|
+
}
|
|
302
|
+
.container.selected-navigation-highlight-colour-tertiary .navigation li.selected {
|
|
303
|
+
border-color: #FF7272;
|
|
304
|
+
}
|
|
305
|
+
.container.button-background-colour-tertiary .navigation .button {
|
|
306
|
+
background-color: #FF7272;
|
|
307
|
+
}
|
|
308
|
+
.container.button-icon-colour-tertiary .navigation .button svg path {
|
|
309
|
+
stroke: #FF7272;
|
|
310
|
+
}
|
|
311
|
+
.container.entry-background-colour-tertiary .entry {
|
|
312
|
+
background-color: #FF7272;
|
|
313
|
+
}
|
|
314
|
+
.container.entry-highlight-colour-tertiary .entry {
|
|
315
|
+
border-color: #FF7272;
|
|
316
|
+
}
|
|
317
|
+
.container.entry-date-colour-tertiary .entry .date {
|
|
318
|
+
color: #FF7272;
|
|
319
|
+
}
|
|
320
|
+
.container.entry-title-colour-tertiary .entry .title {
|
|
321
|
+
color: #FF7272;
|
|
322
|
+
}
|
|
323
|
+
.container.entry-text-colour-tertiary .entry .content {
|
|
324
|
+
color: #FF7272;
|
|
325
|
+
}
|
|
326
|
+
.container.text-colour-brand-1 .navigation li {
|
|
327
|
+
color: #B30510;
|
|
328
|
+
}
|
|
329
|
+
.container.navigation-highlight-colour-brand-1 .navigation ul {
|
|
330
|
+
border-color: #B30510;
|
|
331
|
+
}
|
|
332
|
+
.container.selected-text-colour-brand-1 .navigation li.selected {
|
|
333
|
+
color: #B30510;
|
|
334
|
+
border-color: #B30510;
|
|
335
|
+
}
|
|
336
|
+
.container.selected-navigation-highlight-colour-brand-1 .navigation li.selected {
|
|
337
|
+
border-color: #B30510;
|
|
338
|
+
}
|
|
339
|
+
.container.button-background-colour-brand-1 .navigation .button {
|
|
340
|
+
background-color: #B30510;
|
|
341
|
+
}
|
|
342
|
+
.container.button-icon-colour-brand-1 .navigation .button svg path {
|
|
343
|
+
stroke: #B30510;
|
|
344
|
+
}
|
|
345
|
+
.container.entry-background-colour-brand-1 .entry {
|
|
346
|
+
background-color: #B30510;
|
|
347
|
+
}
|
|
348
|
+
.container.entry-highlight-colour-brand-1 .entry {
|
|
349
|
+
border-color: #B30510;
|
|
350
|
+
}
|
|
351
|
+
.container.entry-date-colour-brand-1 .entry .date {
|
|
352
|
+
color: #B30510;
|
|
353
|
+
}
|
|
354
|
+
.container.entry-title-colour-brand-1 .entry .title {
|
|
355
|
+
color: #B30510;
|
|
356
|
+
}
|
|
357
|
+
.container.entry-text-colour-brand-1 .entry .content {
|
|
358
|
+
color: #B30510;
|
|
359
|
+
}
|
|
360
|
+
.container.text-colour-brand-2 .navigation li {
|
|
361
|
+
color: #6E0887;
|
|
362
|
+
}
|
|
363
|
+
.container.navigation-highlight-colour-brand-2 .navigation ul {
|
|
364
|
+
border-color: #6E0887;
|
|
365
|
+
}
|
|
366
|
+
.container.selected-text-colour-brand-2 .navigation li.selected {
|
|
367
|
+
color: #6E0887;
|
|
368
|
+
border-color: #6E0887;
|
|
369
|
+
}
|
|
370
|
+
.container.selected-navigation-highlight-colour-brand-2 .navigation li.selected {
|
|
371
|
+
border-color: #6E0887;
|
|
372
|
+
}
|
|
373
|
+
.container.button-background-colour-brand-2 .navigation .button {
|
|
374
|
+
background-color: #6E0887;
|
|
375
|
+
}
|
|
376
|
+
.container.button-icon-colour-brand-2 .navigation .button svg path {
|
|
377
|
+
stroke: #6E0887;
|
|
378
|
+
}
|
|
379
|
+
.container.entry-background-colour-brand-2 .entry {
|
|
380
|
+
background-color: #6E0887;
|
|
381
|
+
}
|
|
382
|
+
.container.entry-highlight-colour-brand-2 .entry {
|
|
383
|
+
border-color: #6E0887;
|
|
384
|
+
}
|
|
385
|
+
.container.entry-date-colour-brand-2 .entry .date {
|
|
386
|
+
color: #6E0887;
|
|
387
|
+
}
|
|
388
|
+
.container.entry-title-colour-brand-2 .entry .title {
|
|
389
|
+
color: #6E0887;
|
|
390
|
+
}
|
|
391
|
+
.container.entry-text-colour-brand-2 .entry .content {
|
|
392
|
+
color: #6E0887;
|
|
393
|
+
}
|
|
394
|
+
.container.text-colour-brand-3 .navigation li {
|
|
395
|
+
color: #50B400;
|
|
396
|
+
}
|
|
397
|
+
.container.navigation-highlight-colour-brand-3 .navigation ul {
|
|
398
|
+
border-color: #50B400;
|
|
399
|
+
}
|
|
400
|
+
.container.selected-text-colour-brand-3 .navigation li.selected {
|
|
401
|
+
color: #50B400;
|
|
402
|
+
border-color: #50B400;
|
|
403
|
+
}
|
|
404
|
+
.container.selected-navigation-highlight-colour-brand-3 .navigation li.selected {
|
|
405
|
+
border-color: #50B400;
|
|
406
|
+
}
|
|
407
|
+
.container.button-background-colour-brand-3 .navigation .button {
|
|
408
|
+
background-color: #50B400;
|
|
409
|
+
}
|
|
410
|
+
.container.button-icon-colour-brand-3 .navigation .button svg path {
|
|
411
|
+
stroke: #50B400;
|
|
412
|
+
}
|
|
413
|
+
.container.entry-background-colour-brand-3 .entry {
|
|
414
|
+
background-color: #50B400;
|
|
415
|
+
}
|
|
416
|
+
.container.entry-highlight-colour-brand-3 .entry {
|
|
417
|
+
border-color: #50B400;
|
|
418
|
+
}
|
|
419
|
+
.container.entry-date-colour-brand-3 .entry .date {
|
|
420
|
+
color: #50B400;
|
|
421
|
+
}
|
|
422
|
+
.container.entry-title-colour-brand-3 .entry .title {
|
|
423
|
+
color: #50B400;
|
|
424
|
+
}
|
|
425
|
+
.container.entry-text-colour-brand-3 .entry .content {
|
|
426
|
+
color: #50B400;
|
|
427
|
+
}
|
|
428
|
+
.container.text-colour-brand-4 .navigation li {
|
|
429
|
+
color: #FFE500;
|
|
430
|
+
}
|
|
431
|
+
.container.navigation-highlight-colour-brand-4 .navigation ul {
|
|
432
|
+
border-color: #FFE500;
|
|
433
|
+
}
|
|
434
|
+
.container.selected-text-colour-brand-4 .navigation li.selected {
|
|
435
|
+
color: #FFE500;
|
|
436
|
+
border-color: #FFE500;
|
|
437
|
+
}
|
|
438
|
+
.container.selected-navigation-highlight-colour-brand-4 .navigation li.selected {
|
|
439
|
+
border-color: #FFE500;
|
|
440
|
+
}
|
|
441
|
+
.container.button-background-colour-brand-4 .navigation .button {
|
|
442
|
+
background-color: #FFE500;
|
|
443
|
+
}
|
|
444
|
+
.container.button-icon-colour-brand-4 .navigation .button svg path {
|
|
445
|
+
stroke: #FFE500;
|
|
446
|
+
}
|
|
447
|
+
.container.entry-background-colour-brand-4 .entry {
|
|
448
|
+
background-color: #FFE500;
|
|
449
|
+
}
|
|
450
|
+
.container.entry-highlight-colour-brand-4 .entry {
|
|
451
|
+
border-color: #FFE500;
|
|
452
|
+
}
|
|
453
|
+
.container.entry-date-colour-brand-4 .entry .date {
|
|
454
|
+
color: #FFE500;
|
|
455
|
+
}
|
|
456
|
+
.container.entry-title-colour-brand-4 .entry .title {
|
|
457
|
+
color: #FFE500;
|
|
458
|
+
}
|
|
459
|
+
.container.entry-text-colour-brand-4 .entry .content {
|
|
460
|
+
color: #FFE500;
|
|
461
|
+
}
|
|
462
|
+
.container.text-colour-brand-5 .navigation li {
|
|
463
|
+
color: #F07D00;
|
|
464
|
+
}
|
|
465
|
+
.container.navigation-highlight-colour-brand-5 .navigation ul {
|
|
466
|
+
border-color: #F07D00;
|
|
467
|
+
}
|
|
468
|
+
.container.selected-text-colour-brand-5 .navigation li.selected {
|
|
469
|
+
color: #F07D00;
|
|
470
|
+
border-color: #F07D00;
|
|
471
|
+
}
|
|
472
|
+
.container.selected-navigation-highlight-colour-brand-5 .navigation li.selected {
|
|
473
|
+
border-color: #F07D00;
|
|
474
|
+
}
|
|
475
|
+
.container.button-background-colour-brand-5 .navigation .button {
|
|
476
|
+
background-color: #F07D00;
|
|
477
|
+
}
|
|
478
|
+
.container.button-icon-colour-brand-5 .navigation .button svg path {
|
|
479
|
+
stroke: #F07D00;
|
|
480
|
+
}
|
|
481
|
+
.container.entry-background-colour-brand-5 .entry {
|
|
482
|
+
background-color: #F07D00;
|
|
483
|
+
}
|
|
484
|
+
.container.entry-highlight-colour-brand-5 .entry {
|
|
485
|
+
border-color: #F07D00;
|
|
486
|
+
}
|
|
487
|
+
.container.entry-date-colour-brand-5 .entry .date {
|
|
488
|
+
color: #F07D00;
|
|
489
|
+
}
|
|
490
|
+
.container.entry-title-colour-brand-5 .entry .title {
|
|
491
|
+
color: #F07D00;
|
|
492
|
+
}
|
|
493
|
+
.container.entry-text-colour-brand-5 .entry .content {
|
|
494
|
+
color: #F07D00;
|
|
495
|
+
}
|
|
496
|
+
.container.text-colour-brand-6 .navigation li {
|
|
497
|
+
color: #62CFC9;
|
|
498
|
+
}
|
|
499
|
+
.container.navigation-highlight-colour-brand-6 .navigation ul {
|
|
500
|
+
border-color: #62CFC9;
|
|
501
|
+
}
|
|
502
|
+
.container.selected-text-colour-brand-6 .navigation li.selected {
|
|
503
|
+
color: #62CFC9;
|
|
504
|
+
border-color: #62CFC9;
|
|
505
|
+
}
|
|
506
|
+
.container.selected-navigation-highlight-colour-brand-6 .navigation li.selected {
|
|
507
|
+
border-color: #62CFC9;
|
|
508
|
+
}
|
|
509
|
+
.container.button-background-colour-brand-6 .navigation .button {
|
|
510
|
+
background-color: #62CFC9;
|
|
511
|
+
}
|
|
512
|
+
.container.button-icon-colour-brand-6 .navigation .button svg path {
|
|
513
|
+
stroke: #62CFC9;
|
|
514
|
+
}
|
|
515
|
+
.container.entry-background-colour-brand-6 .entry {
|
|
516
|
+
background-color: #62CFC9;
|
|
517
|
+
}
|
|
518
|
+
.container.entry-highlight-colour-brand-6 .entry {
|
|
519
|
+
border-color: #62CFC9;
|
|
520
|
+
}
|
|
521
|
+
.container.entry-date-colour-brand-6 .entry .date {
|
|
522
|
+
color: #62CFC9;
|
|
523
|
+
}
|
|
524
|
+
.container.entry-title-colour-brand-6 .entry .title {
|
|
525
|
+
color: #62CFC9;
|
|
526
|
+
}
|
|
527
|
+
.container.entry-text-colour-brand-6 .entry .content {
|
|
528
|
+
color: #62CFC9;
|
|
529
|
+
}
|
|
530
|
+
.container.text-colour-white .navigation li {
|
|
531
|
+
color: #FFFFFF;
|
|
532
|
+
}
|
|
533
|
+
.container.navigation-highlight-colour-white .navigation ul {
|
|
534
|
+
border-color: #FFFFFF;
|
|
535
|
+
}
|
|
536
|
+
.container.selected-text-colour-white .navigation li.selected {
|
|
537
|
+
color: #FFFFFF;
|
|
538
|
+
border-color: #FFFFFF;
|
|
539
|
+
}
|
|
540
|
+
.container.selected-navigation-highlight-colour-white .navigation li.selected {
|
|
541
|
+
border-color: #FFFFFF;
|
|
542
|
+
}
|
|
543
|
+
.container.button-background-colour-white .navigation .button {
|
|
544
|
+
background-color: #FFFFFF;
|
|
545
|
+
}
|
|
546
|
+
.container.button-icon-colour-white .navigation .button svg path {
|
|
547
|
+
stroke: #FFFFFF;
|
|
548
|
+
}
|
|
549
|
+
.container.entry-background-colour-white .entry {
|
|
550
|
+
background-color: #FFFFFF;
|
|
551
|
+
}
|
|
552
|
+
.container.entry-highlight-colour-white .entry {
|
|
553
|
+
border-color: #FFFFFF;
|
|
554
|
+
}
|
|
555
|
+
.container.entry-date-colour-white .entry .date {
|
|
556
|
+
color: #FFFFFF;
|
|
557
|
+
}
|
|
558
|
+
.container.entry-title-colour-white .entry .title {
|
|
559
|
+
color: #FFFFFF;
|
|
560
|
+
}
|
|
561
|
+
.container.entry-text-colour-white .entry .content {
|
|
562
|
+
color: #FFFFFF;
|
|
563
|
+
}
|
|
564
|
+
.container.text-colour-black .navigation li {
|
|
565
|
+
color: #000000;
|
|
566
|
+
}
|
|
567
|
+
.container.navigation-highlight-colour-black .navigation ul {
|
|
568
|
+
border-color: #000000;
|
|
569
|
+
}
|
|
570
|
+
.container.selected-text-colour-black .navigation li.selected {
|
|
571
|
+
color: #000000;
|
|
572
|
+
border-color: #000000;
|
|
573
|
+
}
|
|
574
|
+
.container.selected-navigation-highlight-colour-black .navigation li.selected {
|
|
575
|
+
border-color: #000000;
|
|
576
|
+
}
|
|
577
|
+
.container.button-background-colour-black .navigation .button {
|
|
578
|
+
background-color: #000000;
|
|
579
|
+
}
|
|
580
|
+
.container.button-icon-colour-black .navigation .button svg path {
|
|
581
|
+
stroke: #000000;
|
|
582
|
+
}
|
|
583
|
+
.container.entry-background-colour-black .entry {
|
|
584
|
+
background-color: #000000;
|
|
585
|
+
}
|
|
586
|
+
.container.entry-highlight-colour-black .entry {
|
|
587
|
+
border-color: #000000;
|
|
588
|
+
}
|
|
589
|
+
.container.entry-date-colour-black .entry .date {
|
|
590
|
+
color: #000000;
|
|
591
|
+
}
|
|
592
|
+
.container.entry-title-colour-black .entry .title {
|
|
593
|
+
color: #000000;
|
|
594
|
+
}
|
|
595
|
+
.container.entry-text-colour-black .entry .content {
|
|
596
|
+
color: #000000;
|
|
597
|
+
}
|
|
598
|
+
.container.text-colour-grey-extra-light .navigation li {
|
|
599
|
+
color: #D7D7D7;
|
|
600
|
+
}
|
|
601
|
+
.container.navigation-highlight-colour-grey-extra-light .navigation ul {
|
|
602
|
+
border-color: #D7D7D7;
|
|
603
|
+
}
|
|
604
|
+
.container.selected-text-colour-grey-extra-light .navigation li.selected {
|
|
605
|
+
color: #D7D7D7;
|
|
606
|
+
border-color: #D7D7D7;
|
|
607
|
+
}
|
|
608
|
+
.container.selected-navigation-highlight-colour-grey-extra-light .navigation li.selected {
|
|
609
|
+
border-color: #D7D7D7;
|
|
610
|
+
}
|
|
611
|
+
.container.button-background-colour-grey-extra-light .navigation .button {
|
|
612
|
+
background-color: #D7D7D7;
|
|
613
|
+
}
|
|
614
|
+
.container.button-icon-colour-grey-extra-light .navigation .button svg path {
|
|
615
|
+
stroke: #D7D7D7;
|
|
616
|
+
}
|
|
617
|
+
.container.entry-background-colour-grey-extra-light .entry {
|
|
618
|
+
background-color: #D7D7D7;
|
|
619
|
+
}
|
|
620
|
+
.container.entry-highlight-colour-grey-extra-light .entry {
|
|
621
|
+
border-color: #D7D7D7;
|
|
622
|
+
}
|
|
623
|
+
.container.entry-date-colour-grey-extra-light .entry .date {
|
|
624
|
+
color: #D7D7D7;
|
|
625
|
+
}
|
|
626
|
+
.container.entry-title-colour-grey-extra-light .entry .title {
|
|
627
|
+
color: #D7D7D7;
|
|
628
|
+
}
|
|
629
|
+
.container.entry-text-colour-grey-extra-light .entry .content {
|
|
630
|
+
color: #D7D7D7;
|
|
631
|
+
}
|
|
632
|
+
.container.text-colour-grey-light .navigation li {
|
|
633
|
+
color: #E8E8E8;
|
|
634
|
+
}
|
|
635
|
+
.container.navigation-highlight-colour-grey-light .navigation ul {
|
|
636
|
+
border-color: #E8E8E8;
|
|
637
|
+
}
|
|
638
|
+
.container.selected-text-colour-grey-light .navigation li.selected {
|
|
639
|
+
color: #E8E8E8;
|
|
640
|
+
border-color: #E8E8E8;
|
|
641
|
+
}
|
|
642
|
+
.container.selected-navigation-highlight-colour-grey-light .navigation li.selected {
|
|
643
|
+
border-color: #E8E8E8;
|
|
644
|
+
}
|
|
645
|
+
.container.button-background-colour-grey-light .navigation .button {
|
|
646
|
+
background-color: #E8E8E8;
|
|
647
|
+
}
|
|
648
|
+
.container.button-icon-colour-grey-light .navigation .button svg path {
|
|
649
|
+
stroke: #E8E8E8;
|
|
650
|
+
}
|
|
651
|
+
.container.entry-background-colour-grey-light .entry {
|
|
652
|
+
background-color: #E8E8E8;
|
|
653
|
+
}
|
|
654
|
+
.container.entry-highlight-colour-grey-light .entry {
|
|
655
|
+
border-color: #E8E8E8;
|
|
656
|
+
}
|
|
657
|
+
.container.entry-date-colour-grey-light .entry .date {
|
|
658
|
+
color: #E8E8E8;
|
|
659
|
+
}
|
|
660
|
+
.container.entry-title-colour-grey-light .entry .title {
|
|
661
|
+
color: #E8E8E8;
|
|
662
|
+
}
|
|
663
|
+
.container.entry-text-colour-grey-light .entry .content {
|
|
664
|
+
color: #E8E8E8;
|
|
665
|
+
}
|
|
666
|
+
.container.text-colour-grey-medium .navigation li {
|
|
667
|
+
color: #8A8A8A;
|
|
668
|
+
}
|
|
669
|
+
.container.navigation-highlight-colour-grey-medium .navigation ul {
|
|
670
|
+
border-color: #8A8A8A;
|
|
671
|
+
}
|
|
672
|
+
.container.selected-text-colour-grey-medium .navigation li.selected {
|
|
673
|
+
color: #8A8A8A;
|
|
674
|
+
border-color: #8A8A8A;
|
|
675
|
+
}
|
|
676
|
+
.container.selected-navigation-highlight-colour-grey-medium .navigation li.selected {
|
|
677
|
+
border-color: #8A8A8A;
|
|
678
|
+
}
|
|
679
|
+
.container.button-background-colour-grey-medium .navigation .button {
|
|
680
|
+
background-color: #8A8A8A;
|
|
681
|
+
}
|
|
682
|
+
.container.button-icon-colour-grey-medium .navigation .button svg path {
|
|
683
|
+
stroke: #8A8A8A;
|
|
684
|
+
}
|
|
685
|
+
.container.entry-background-colour-grey-medium .entry {
|
|
686
|
+
background-color: #8A8A8A;
|
|
687
|
+
}
|
|
688
|
+
.container.entry-highlight-colour-grey-medium .entry {
|
|
689
|
+
border-color: #8A8A8A;
|
|
690
|
+
}
|
|
691
|
+
.container.entry-date-colour-grey-medium .entry .date {
|
|
692
|
+
color: #8A8A8A;
|
|
693
|
+
}
|
|
694
|
+
.container.entry-title-colour-grey-medium .entry .title {
|
|
695
|
+
color: #8A8A8A;
|
|
696
|
+
}
|
|
697
|
+
.container.entry-text-colour-grey-medium .entry .content {
|
|
698
|
+
color: #8A8A8A;
|
|
699
|
+
}
|
|
700
|
+
.container.text-colour-grey-dark .navigation li {
|
|
701
|
+
color: #4A4A4A;
|
|
702
|
+
}
|
|
703
|
+
.container.navigation-highlight-colour-grey-dark .navigation ul {
|
|
704
|
+
border-color: #4A4A4A;
|
|
705
|
+
}
|
|
706
|
+
.container.selected-text-colour-grey-dark .navigation li.selected {
|
|
707
|
+
color: #4A4A4A;
|
|
708
|
+
border-color: #4A4A4A;
|
|
709
|
+
}
|
|
710
|
+
.container.selected-navigation-highlight-colour-grey-dark .navigation li.selected {
|
|
711
|
+
border-color: #4A4A4A;
|
|
712
|
+
}
|
|
713
|
+
.container.button-background-colour-grey-dark .navigation .button {
|
|
714
|
+
background-color: #4A4A4A;
|
|
715
|
+
}
|
|
716
|
+
.container.button-icon-colour-grey-dark .navigation .button svg path {
|
|
717
|
+
stroke: #4A4A4A;
|
|
718
|
+
}
|
|
719
|
+
.container.entry-background-colour-grey-dark .entry {
|
|
720
|
+
background-color: #4A4A4A;
|
|
721
|
+
}
|
|
722
|
+
.container.entry-highlight-colour-grey-dark .entry {
|
|
723
|
+
border-color: #4A4A4A;
|
|
724
|
+
}
|
|
725
|
+
.container.entry-date-colour-grey-dark .entry .date {
|
|
726
|
+
color: #4A4A4A;
|
|
727
|
+
}
|
|
728
|
+
.container.entry-title-colour-grey-dark .entry .title {
|
|
729
|
+
color: #4A4A4A;
|
|
730
|
+
}
|
|
731
|
+
.container.entry-text-colour-grey-dark .entry .content {
|
|
732
|
+
color: #4A4A4A;
|
|
733
|
+
}
|