Skip to content

Commit ae59aa6

Browse files
Use variable --colorPrimaryDark
1 parent 0dc0fd8 commit ae59aa6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/css/casestudies.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030

3131
.casestudies a {
32-
color: rgb(1, 50, 67) !important;
32+
color: var(--colorPrimaryDark) !important;
3333
}
3434

3535
.casestudies-box-title {
@@ -74,7 +74,7 @@
7474
left: 0;
7575
right: 100%;
7676
bottom: 0;
77-
background: rgb(1, 50, 67);
77+
background: var(--colorPrimaryDark);
7878
height: 4px;
7979
-webkit-transition-property: right;
8080
transition-property: right;

assets/css/tabs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ td.bold-text {
112112
}
113113

114114
.scientific-domains td.bold-text {
115-
color: #013243;
115+
color: var(--colorPrimaryDark);
116116
}
117117

118118
img.cell-layout {

0 commit comments

Comments
 (0)