Skip to content

Commit a064bc4

Browse files
committed
style: fixed styling
1 parent 793b413 commit a064bc4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

themes/apex/src/theme/components/_browser.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ $border-radius: 10px;
8282
.expandable-card {
8383
.card-body {
8484
background-color: var(--greylight) !important;
85+
color: var(--darkblue);
86+
h1,h2,h3,h4,h5,h6 {
87+
color: var(--darkblue);
88+
}
8589
}
8690
}
8791

@@ -93,6 +97,10 @@ $border-radius: 10px;
9397
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
9498
height: 100%;
9599

100+
a {
101+
color: var(--lightgreen);
102+
}
103+
96104
.intro {
97105
opacity: 0.5 !important;
98106
}

themes/apex/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.5
1+
2.0.6

0 commit comments

Comments
 (0)