Skip to content

Commit 8684e70

Browse files
Add examples
1 parent e77b239 commit 8684e70

File tree

6 files changed

+243
-172
lines changed

6 files changed

+243
-172
lines changed

assets/scss/elements/_mixed.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,7 @@ pre {
190190
border-radius: 4px;
191191
overflow: auto;
192192
}
193+
194+
.accordion {
195+
color: #000;
196+
}

assets/scss/elements/_section.scss

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
section {
2-
color: #fff;
32
padding-top: 60px;
43
padding-bottom: 50px;
54
font-size: 1.3em;
65

7-
86
&.large {
97
padding-bottom: 150px;
108
}
119

12-
&.default {
13-
color: #000;
14-
}
15-
1610
&.white {
1711
background-color: white;
1812
color: #000;
@@ -24,10 +18,12 @@ section {
2418

2519
&.blue {
2620
background-color: #2169C7; // #3178c6;
21+
color: #fff;
2722
}
2823

2924
&.green {
3025
background-color: #246910; // #1B591B; // #0b7261;
26+
color: #fff;
3127
}
3228

3329
&.yellow {
@@ -37,6 +33,7 @@ section {
3733

3834
&.purple {
3935
background-color: #2e2459;
36+
color: #fff;
4037

4138
.underlined::after {
4239
border-color: #A7233A;
@@ -45,9 +42,10 @@ section {
4542

4643
&.red {
4744
background-color: #A7233A; // #AD5B51;
45+
color: #fff;
4846

4947
.underlined::after {
5048
border-color: #2e2459;
5149
}
5250
}
53-
}
51+
}

0 commit comments

Comments
 (0)