@import url("../theme/colors.css"); * { font-family: JetBrainsMono Nerd Font; font-size: 14px; } window { background-color: @tn-bg-a96; border: 1px solid @tn-bg-high; border-radius: 12px; color: @tn-fg; } #input { background-color: @tn-bg-alt; color: @tn-fg; border: 1px solid @tn-bg-high; border-radius: 8px; padding: 10px 14px; margin: 12px 12px 6px 12px; outline: none; font-size: 15px; caret-color: @tn-blue; } #input:focus { border-color: @tn-blue; } #inner-box { background-color: transparent; } #outer-box { padding: 6px; } #scroll { margin: 4px 6px 8px 6px; } #entry { padding: 8px 14px; border-radius: 8px; margin: 2px 0; transition: all 150ms ease; } #entry:selected { background-color: @tn-bg-alt; border: 1px solid @tn-blue; outline: none; } #text { color: @tn-fg; } #text:selected { color: @tn-blue; font-weight: bold; } #img { margin-right: 8px; }