mirror of
https://github.com/godotengine/discourse-theme.git
synced 2026-01-04 14:09:53 +03:00
Correctly color only dots for category boxes
This commit is contained in:
@@ -25,18 +25,13 @@
|
|||||||
color: var(--primary-800);
|
color: var(--primary-800);
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-boxes .category-box-heading h3 {
|
|
||||||
// Use
|
|
||||||
color: var(--category-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.category-boxes .category-box-heading h3::before {
|
.category-boxes .category-box-heading h3::before {
|
||||||
// Show a round circle with the category color in front of the title
|
// Show a round circle with the category color in front of the title
|
||||||
content: '⬤';
|
content: '⬤';
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
transform: translateY(-3px);
|
transform: translateY(-3px);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: var(--category-color);
|
color: var(--category-badge-color);
|
||||||
text-shadow: 0px 0px 2px var(--secondary);
|
text-shadow: 0px 0px 2px var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user