Skip to content

Commit 8340ace

Browse files
committed
chore: updating styles for the about page
Signed-off-by: Pawel Psztyc <[email protected]>
1 parent 620cae1 commit 8340ace

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/styles/about.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ h1 {
3333
flex-direction: row;
3434
align-items: center;
3535
font-size: 18px;
36-
color: var(--about-arc-version-label-color, rgba(0, 0, 0, 0.74));
36+
color: var(--about-arc-version-label-color, --secondary-text-color);
3737
}
3838

3939
.version {
@@ -43,8 +43,8 @@ h1 {
4343
border-right: 1px var(--about-arc-version-section-border-right-color, rgba(0, 0, 0, 0.14)) solid;
4444
}
4545

46-
.version-meta a {
47-
color: inherit;
46+
a {
47+
color: var(--link-color, inherit);
4848
text-decoration: inherit;
4949
}
5050

@@ -61,7 +61,7 @@ h1 {
6161
width: 100%;
6262
max-width: 700px;
6363
margin: 40px auto;
64-
background-color: var(--about-arc-updates-section-background-color, #fff);
64+
background-color: var(--about-arc-updates-section-background-color, --primary-background-color);
6565
padding: 24px;
6666
border: 1px var(--about-arc-updates-section-border-color, #e5e5e5) solid;
6767
}

0 commit comments

Comments
 (0)