mirror of
https://github.com/godotengine/discourse-theme.git
synced 2025-12-31 17:48:45 +03:00
Fix category colors after discourse update
This commit is contained in:
@@ -25,6 +25,11 @@
|
||||
color: var(--primary-800);
|
||||
}
|
||||
|
||||
.category-boxes .category-box-heading h3 {
|
||||
// Use
|
||||
color: var(--category-color);
|
||||
}
|
||||
|
||||
.category-boxes .category-box-heading h3::before {
|
||||
// Show a round circle with the category color in front of the title
|
||||
content: '⬤';
|
||||
|
||||
Reference in New Issue
Block a user