AudioMaster / style.css
tee342's picture
Create style.css
2731f65 verified
raw
history blame
757 Bytes
body {
background: #121212;
color: white;
font-family: 'Segoe UI', sans-serif;
padding: 20px;
}
.studio-header {
text-align: center;
margin-bottom: 20px;
}
.gr-box {
border-radius: 10px;
background-color: #1e1e1e;
padding: 10px;
}
.gr-button {
background-color: #1db954 !important;
color: white !important;
border-radius: 8px;
font-weight: bold;
padding: 10px;
}
.gr-interface {
border: 1px solid #333;
border-radius: 12px;
padding: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.gr-tabs button {
font-size: 16px;
padding: 10px 20px;
}
@media (max-width: 768px) {
.gr-column {
min-width: 100%;
}
.gr-row {
flex-direction: column;
}
}