36449-vm/static/css/custom.css
Flatlogic Bot f1c5cc6862 version1
2025-11-28 22:13:49 +00:00

19 lines
278 B
CSS

body {
background-color: var(--bg-light);
}
.card {
border: none;
border-radius: 15px;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.card-title {
color: var(--dark-color);
font-weight: 600;
}
.story-author {
font-size: 1.2rem;
font-weight: bold;
}