Midnight
Solid · .btn-midnight
Text
Class name
Color hue
Radius · 10px
Size
.btn-midnight {
display: inline-block;
padding: 12px 26px;
border: 1px solid #1e293b;
border-radius: 10px;
background: #0f172a;
color: #f1f5f9;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease, border-color 0.2s ease;
}
.btn-midnight:hover {
background: #1e293b;
border-color: #334155;
}
.btn-midnight:active {
background: #0b1120;
}