:root {
    --bg:           white;
    --fg:           #565656;
    --link:         #007bff;
    --border:       gray;
    --muted:        #ababab;
    --post-bg:      #ffffff;
    --post-cell-bg: linear-gradient(327deg, rgba(228,228,228,1) 0%, rgba(255,255,255,0) 100%);
    --note-bg:      lightyellow;
    --dz-remove-bg: white;
}
