Files

8 lines
203 B
CSS
Raw Permalink Normal View History

2026-05-23 17:17:56 -07:00
input.input-text {
box-sizing: border-box;
border: var(--border-thickness) solid var(--background-primary);
background-color: var(--background-tertiary);
padding: 8px;
width: 100%;
}