implement support for pinning

This commit is contained in:
insects 2025-02-11 01:45:06 +01:00
parent 9882ab74a5
commit 67709ac241
5 changed files with 117 additions and 5 deletions

View file

@ -210,3 +210,12 @@ h2 small {
color: gray;
margin-right: 4px;
}
section.pinned {
background-color: tomato !important;
background-image: none;
}
.pinned *:not(button) {
color: white;
}