mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-05 08:59:34 +00:00
14 lines
233 B
CSS
14 lines
233 B
CSS
/* Place any CSS styles here. */
|
|
|
|
body {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
pre {
|
|
font-family: monospace;
|
|
padding: 1rem;
|
|
background-color: #dfdfdf;
|
|
border: 1px solid #aaa;
|
|
border-radius: 10px;
|
|
line-height: 1em;
|
|
} |