:root { --theme-primary: #7952B3; } nav.navbar-dark { background-color: var(--theme-primary); } body { min-height: 100vh; display: flex; flex-direction: column; } textarea[name='append'] { background-color: #3b2c1d; color: #ccc; height: 130px; }