/* a shitty oled theme for beeper! * but for the new version now! * by notfire */ /* changelog: * v0.1.0 - initial version * v0.1.1 - remove scroll bar added in v4.0.494 * v0.1.2 - fix dividers between chats */ :root { --color-background-grouped-weak: black; } .account-switcher { background-color: #0E0E0E; } .command-bar { background-color: black; } .no-transparency { --left-pane-bg: black; } .threads { border-left: 2px solid var(--color-border-translucent); border-right: 2px solid var(--color-border-translucent); } ._content_1r40y_149 { anchor-name: none; } /* why is this the reason that the weird border exists? */ .virtual-list div div:nth-child(n + 5) > :not(.isSelected) { border-top: 1px solid var(--color-border-neutrals-weak); } div:has(div.isSelected) + div div { border-top: none !important; } ._wrapper_w7l5p_8 { --content-anchor-name: none !important; } /* gets rid of scroll bar under "inbox", "unread", etc after v4.0.494 */ ._wrapper_ezxwr_1 { overflow-x: hidden; }