Files
gh-christianlouis-quizzical…/musicround/static/css/style.css
T
Christian Krakau-Louis 03b982e7c2 Initial clean commit
2025-05-13 08:59:02 +00:00

33 lines
491 B
CSS

body {
background-color: #DEDEDE;
color: #232323;
}
.card {
margin-top: 50px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.card-header {
background-color: #191414;
color: #fff;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.btn-primary {
background-color: #1DB954;
border-color: #1DB954;
}
.btn-primary:hover {
background-color: #1ed760;
border-color: #1ed760;
}
.alert {
margin-top: 50px;
}