Files
mirror/app/static/css/style.css
T
2026-06-03 17:33:19 +03:30

26 lines
326 B
CSS

body {
font-family: "Segoe UI", Tahoma, Vazirmatn, sans-serif;
}
.guide-content h5 {
margin-top: 1rem;
font-size: 1rem;
}
.guide-content ul {
padding-right: 1.25rem;
}
pre {
white-space: pre-wrap;
word-break: break-all;
}
.card-footer form {
display: inline;
}
code {
font-size: 0.85em;
}