We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43950d commit 3b15a7dCopy full SHA for 3b15a7d
sambreville/src/scss/divers.scss
@@ -167,3 +167,29 @@ input#search_button {
167
background: $primary-svg;
168
color: $primary-dark;
169
}
170
+
171
+//Section files
172
+.sectionfiles .body-section .h2,
173
+.sectionfiles .body-section h2,
174
+.sectionfiles .body-section p,
175
+.sectionfiles .body-section span,
176
+.sectionfiles .section-title .h2,
177
+.sectionfiles .section-title h2,
178
+.sectionfiles .section-title p,
179
+.sectionfiles .section-title span {
180
+ color: $primary-dark;
181
+}
182
183
+//Subsite
184
+.subsite-container {
185
+ #subsite-logo {
186
+ border-radius: 10px;
187
188
+ li.has_subtree.nav-item.inPath {
189
+ background: #fff;
190
+ padding: 10px;
191
192
+ border: solid 2px $primary;
193
+ }
194
195
0 commit comments