Files
ceds-noc/style.css
T
2026-04-18 22:34:31 -05:00

21 lines
262 B
CSS

body {
font-family: Arial;
background: #0d1117;
color: white;
padding: 20px;
}
header {
text-align: center;
margin-bottom: 40px;
}
.card {
background: #161b22;
padding: 20px;
border-radius: 10px;
}
a {
color: #58a6ff;
}