Skip to content

Commit a8850e3

Browse files
committed
Theme for orpjauche - color title - r-item-arrow-more
1 parent 55ea4e7 commit a8850e3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

orpjauche/src/scss/main.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,3 +431,7 @@ body .r-content > button {
431431
.subsection-bulletin-communal-1 .card-img-top {
432432
padding-top: 150%;
433433
}
434+
435+
.r-item-arrow-more {
436+
background: $primary !important;
437+
}

orpjauche/src/scss/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $primary-svg: #cfdcd7;
88

99
$font-family-base: "Roboto", sans-serif;
1010
$font-family-title: "Roboto", sans-serif;
11-
$font-title-color: $primary !default;
11+
$font-title-color: #000 !default;
1212
$font-title-color-light: #fff !default;
1313
$font-title-color-dark: #2c2e35;
1414
$font-title-weight: 700 !default;

0 commit comments

Comments
 (0)