1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-05 08:59:34 +00:00
single_php_filehost/styles.css
2021-08-13 16:24:16 -04:00

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;
}