1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
.sidebar { background-color: #161723; color: var(--text-color); border: none; border-radius: 300px; font-family: BarlowSemiCondensed-Regular; padding: 8px; width: calc(100% - 16px); outline: none; font-size: 18px; } .sidebar::placehoder { color: #2b2e46; }