Skip to content

Commit

Permalink
style: fixed styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Dec 12, 2024
1 parent 793b413 commit a064bc4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions themes/apex/src/theme/components/_browser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ $border-radius: 10px;
.expandable-card {
.card-body {
background-color: var(--greylight) !important;
color: var(--darkblue);
h1,h2,h3,h4,h5,h6 {
color: var(--darkblue);
}
}
}

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

a {
color: var(--lightgreen);
}

.intro {
opacity: 0.5 !important;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/apex/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.5
2.0.6

0 comments on commit a064bc4

Please sign in to comment.