|
|
@@ -32,9 +32,11 @@ html
|
|
32
|
32
|
font-family: $sans
|
|
33
|
33
|
font-size: $ms-0
|
|
34
|
34
|
main
|
|
35
|
|
- background-color: green
|
|
|
35
|
+ /* background-color: green*/
|
|
|
36
|
+ background-color: $cia_white2
|
|
36
|
37
|
width: 100%
|
|
37
|
|
- margin: 0 0 3vh 0
|
|
|
38
|
+ /* margin: 0 0 3vh 0 */
|
|
|
39
|
+ padding: 0 0 3vh 0
|
|
38
|
40
|
|
|
39
|
41
|
:--headings, a
|
|
40
|
42
|
color: $cia_red
|
|
|
@@ -49,7 +51,7 @@ html
|
|
49
|
51
|
cursor: pointer
|
|
50
|
52
|
|
|
51
|
53
|
> [class^="page--"]
|
|
52
|
|
- background-color: lightblue
|
|
|
54
|
+ /* background-color: lightblue */
|
|
53
|
55
|
max-width: $max-width
|
|
54
|
56
|
margin: 0 auto
|
|
55
|
57
|
padding: $ms-0 0
|
|
|
@@ -57,12 +59,13 @@ html
|
|
57
|
59
|
|
|
58
|
60
|
/* Block Shadow Thing */
|
|
59
|
61
|
.shadow
|
|
60
|
|
- box-shadow: rgb(34, 36, 37) 0px 0px 4px 0px
|
|
61
|
|
- border-radius: 8px
|
|
|
62
|
+ box-shadow: rgba(0 0 0 / 15%) 0.3px 0.5px 1.5px 0.5px
|
|
|
63
|
+ border-radius: $ms--2
|
|
62
|
64
|
|
|
63
|
|
- /* Content Pieces */
|
|
|
65
|
+ /* Content Pieces excluding index*/
|
|
64
|
66
|
.post
|
|
65
|
|
- background-color: teal
|
|
|
67
|
+ /* background-color: teal */
|
|
|
68
|
+ background-color: white
|
|
66
|
69
|
margin: 0 0 $ms-0
|
|
67
|
70
|
&--title
|
|
68
|
71
|
color: yellow
|
|
|
@@ -70,7 +73,7 @@ html
|
|
70
|
73
|
&--content
|
|
71
|
74
|
color: orange
|
|
72
|
75
|
&--block > p
|
|
73
|
|
- color: white
|
|
|
76
|
+ color: grey
|
|
74
|
77
|
.wp-block-image
|
|
75
|
78
|
margin: 0
|
|
76
|
79
|
img
|
|
|
@@ -80,9 +83,10 @@ html
|
|
80
|
83
|
|
|
81
|
84
|
/* Single & List Pages */
|
|
82
|
85
|
> article
|
|
83
|
|
- background-color: lightpink
|
|
|
86
|
+ /* background-color: lightpink */
|
|
|
87
|
+ background-color: white
|
|
84
|
88
|
|
|
85
|
89
|
nav, footer
|
|
86
|
90
|
&.main
|
|
87
|
|
- background-color: pink
|
|
|
91
|
+ /* background-color: pink */
|
|
88
|
92
|
</style>
|