aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-02-22 03:22:39 +0100
committermetamuffin <metamuffin@disroot.org>2026-02-22 03:22:39 +0100
commitaa13fade6fcabf9122babac7ac812a433a81b627 (patch)
treef284f4d1502e3c75d37508ee0e8219add6c095a6 /common
parenteb46c37ebf2453f334bac086dbf9e91837dd082b (diff)
downloadjellything-aa13fade6fcabf9122babac7ac812a433a81b627.tar
jellything-aa13fade6fcabf9122babac7ac812a433a81b627.tar.bz2
jellything-aa13fade6fcabf9122babac7ac812a433a81b627.tar.zst
node highlight card + css cleanup
Diffstat (limited to 'common')
-rw-r--r--common/src/api.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/api.rs b/common/src/api.rs
index 12d9243..beccaa5 100644
--- a/common/src/api.rs
+++ b/common/src/api.rs
@@ -60,6 +60,7 @@ enums! {
NLSTYLE_GRID = b"grid";
NLSTYLE_INLINE = b"inli";
NLSTYLE_LIST = b"list";
+ NLSTYLE_HIGHLIGHT = b"hglt";
}
// use crate::user::{NodeUserData, User};