Skip to content

Commit 3e5458c

Browse files
committed
tweak passage color
1 parent a70a3f8 commit 3e5458c

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

extras/artfl_theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $header-color: rgb(245, 219, 157);
1111
$button-color: rgba(143, 57, 49, .8);
1212
$button-color-active: rgb(143, 57, 49);
1313
$link-color: rgb(143, 57, 49);
14+
$passage-color: rgb(180, 106, 85);
1415
// Themed elements
1516
nav.navbar {
1617
background-color: $header-color !important;

extras/tol_theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $header-color: rgb(103, 10, 10);
1111
$button-color: rgb(103, 10, 10);
1212
$button-color-active: rgb(256, 256, 256);
1313
$link-color: rgb(103, 10, 10);
14+
$passage-color: rgb(180, 106, 85);
1415
// Themed elements
1516
nav.navbar {
1617
background-color: #fff !important;

extras/vf_theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $header-color: #fff;
1111
$button-color: rgba(18, 47, 83, .9);
1212
$button-color-active: rgb(0, 33, 71);
1313
$link-color: rgb(0, 33, 71);
14+
$passage-color: rgba(18, 47, 83, .9);
1415
// Themed elements
1516
nav.navbar {
1617
background-color: $header-color !important;

www/app/src/assets/styles/theme.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ $header-color: rgb(245, 219, 157);
1111
$button-color: rgba(143, 57, 49, .8);
1212
$button-color-active: rgb(143, 57, 49);
1313
$link-color: rgb(143, 57, 49);
14+
$passage-color: rgb(180, 106, 85);
1415
// Themed elements
1516
nav.navbar {
1617
background-color: $header-color !important;

www/app/src/components/TextNavigation.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ body {
12311231
opacity: 1;
12321232
}
12331233
:deep([class*="passage-"]) {
1234-
color: rgb(0, 115, 150);
1234+
color: $passage-color;
12351235
font-weight: 700;
12361236
}
12371237
</style>

0 commit comments

Comments
 (0)