mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +00:00
feat: different description link colors based on style
This commit is contained in:
parent
73dd8b05f3
commit
0c2a97e60f
3 changed files with 12 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue