Skip to content

Commit

Permalink
fix(ui): links' color were wrong in the doc when in a div
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mulier-p committed Oct 1, 2024
1 parent 1fbb0bf commit b250ff9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/components/docs/Docs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
#{--bs-link-color-rgb}: to-rgb(#BBBBFF);
}
:deep(> h2) {
:deep(h2) {
font-weight: 600;
border-top: 1px solid var(--bs-border-color);
margin-bottom: 2rem;
Expand All @@ -116,7 +116,7 @@
}
}
:deep(> h3) {
:deep(h3) {
padding-top: 1.25rem;
}
Expand Down Expand Up @@ -171,7 +171,7 @@
justify-content: space-around;
}

:deep(.card-group > a), :deep(> h2 > a), :deep(> h3 > a) {
:deep(.card-group > a), :deep(h2 > a), :deep(h3 > a) {
color: var(--bs-body-color);
}

Expand Down

0 comments on commit b250ff9

Please sign in to comment.