.SidePinnedNoteList_note {
    border-radius: 5px;
    margin: 3px;
    padding: 0 3px !important;
    word-break: break-word;
}

.SidePinnedNoteList_note a {
    text-decoration: none;

    @media (prefers-color-scheme: light) {
        color: black;
    }

    @media (prefers-color-scheme: dark) {
        color: white !important;
    }
}

.SidePinnedNoteList_pinButton {
    font-size: 10px !important;
    color: lightgray;
    cursor: default;
}
