File size: 410 Bytes
4a6a19d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
/*
* SPDX-FileCopyrightText: Hadad <[email protected]>
* SPDX-License-Identifier: Apache-2.0
*/
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
background-color: #f9f9f9;
}
h1, h2, h3 {
color: #333;
}
code, pre {
background-color: #eee;
padding: 6px 10px;
border-radius: 4px;
}
pre {
overflow-x: auto;
}
.section {
margin-bottom: 30px;
} |