feat: different description link colors based on style

This commit is contained in:
Spectralitree 2021-12-30 08:22:13 +01:00
parent 73dd8b05f3
commit 0c2a97e60f
3 changed files with 12 additions and 2 deletions

View File

@ -8,4 +8,8 @@
.footer.bg-light {
background-color: var(--bs-dark) !important;
}
.description a {
color: #159bd4 !important;
}

View File

@ -65,8 +65,6 @@ code {
.description a {
text-decoration: none;
color: #457ead !important;
font-weight: bold;
}
// bootstrap elements
@ -92,6 +90,10 @@ code {
display: none;
}
.accordion-collapse {
overflow: visible !important;
}
.pagination {
justify-content: center !important;
}

View File

@ -3,4 +3,8 @@
.footer.bg-light {
background-color: var(--bs-light) !important;
}
.description a {
color: var(--bs-primary) !important;
}