Compare commits

..

1 Commits

Author SHA1 Message Date
Krzysztof Kotlarek e181c7005d FIX: new description to the theme
Improved theme description
2025-05-29 09:30:30 +08:00
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
en:
theme_metadata:
description: "A simple, beautiful theme that improves the out of the box experience for Discourse sites."
description: "A modern theme designed for communities that want a beautiful community out of the box."
topic_pinned: "Pinned"
topic_hot: "Hot"
user_replied: "replied"
+17
View File
@@ -7,6 +7,23 @@
}
}
.user-menu .quick-access-panel,
.user-notifications-list {
li {
&.pending,
&.unread {
background: var(--d-hover);
.discourse-no-touch & {
&:hover,
&:focus {
background: var(--d-selected);
}
}
}
}
}
.user-menu.revamped .tabs-list .btn.active {
background: var(--d-hover);
}