Pouyae/open-source-slms
0
1body {2 font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;3 background-color: #f8f9fa;4 color: #212529;5 line-height: 1.6;6 padding: 2rem;7 max-width: 900px;8 margin: auto;9}10h1 {11 color: #0d6efd;12 border-bottom: 2px solid #dee2e6;13 padding-bottom: 0.5rem;14}15h2 {16 color: #198754;17 margin-top: 2rem;18}19a {20 color: #0d6efd;21 text-decoration: none;22}23a:hover {24 text-decoration: underline;25}26code {27 background-color: #e9ecef;28 padding: 0.2rem 0.4rem;29 border-radius: 0.25rem;30 font-family: monospace;31}32.cover-image {33 max-width: 100%;34 height: auto;35 margin: 1rem 0;36}