cli / assets /css /style.css
hadadrjt's picture
CLI: Initial.
4a6a19d
raw
history blame contribute delete
410 Bytes
/*
* SPDX-FileCopyrightText: Hadad <hadad@linuxmail.org>
* 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;
}