implement support for pinning
This commit is contained in:
parent
9882ab74a5
commit
67709ac241
5 changed files with 117 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue