youtube-summarizer / style.css
Pranav0111's picture
Update style.css
22588a8 verified
raw
history blame contribute delete
394 Bytes
#style.css
body {
background: linear-gradient(to right, #1f1c2c, #928dab);
color: white;
font-family: 'Segoe UI', sans-serif;
}
textarea, input {
background-color: #2c2c2e !important;
color: #ffffff !important;
border: 1px solid #444;
}
button {
background-color: #4a4e69 !important;
color: white !important;
border-radius: 10px;
padding: 10px 20px;
}