We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ea4e7 commit a8850e3Copy full SHA for a8850e3
orpjauche/src/scss/main.scss
@@ -431,3 +431,7 @@ body .r-content > button {
431
.subsection-bulletin-communal-1 .card-img-top {
432
padding-top: 150%;
433
}
434
+
435
+.r-item-arrow-more {
436
+ background: $primary !important;
437
+}
orpjauche/src/scss/variables.scss
@@ -8,7 +8,7 @@ $primary-svg: #cfdcd7;
8
9
$font-family-base: "Roboto", sans-serif;
10
$font-family-title: "Roboto", sans-serif;
11
-$font-title-color: $primary !default;
+$font-title-color: #000 !default;
12
$font-title-color-light: #fff !default;
13
$font-title-color-dark: #2c2e35;
14
$font-title-weight: 700 !default;
0 commit comments