feat: different description link colors based on style
This commit is contained in:
parent
73dd8b05f3
commit
0c2a97e60f
@ -9,3 +9,7 @@
|
|||||||
.footer.bg-light {
|
.footer.bg-light {
|
||||||
background-color: var(--bs-dark) !important;
|
background-color: var(--bs-dark) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.description a {
|
||||||
|
color: #159bd4 !important;
|
||||||
|
}
|
@ -65,8 +65,6 @@ code {
|
|||||||
|
|
||||||
.description a {
|
.description a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #457ead !important;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// bootstrap elements
|
// bootstrap elements
|
||||||
@ -92,6 +90,10 @@ code {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.accordion-collapse {
|
||||||
|
overflow: visible !important;
|
||||||
|
}
|
||||||
|
|
||||||
.pagination {
|
.pagination {
|
||||||
justify-content: center !important;
|
justify-content: center !important;
|
||||||
}
|
}
|
||||||
|
@ -4,3 +4,7 @@
|
|||||||
.footer.bg-light {
|
.footer.bg-light {
|
||||||
background-color: var(--bs-light) !important;
|
background-color: var(--bs-light) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.description a {
|
||||||
|
color: var(--bs-primary) !important;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user