mirror of
https://github.com/9001/copyparty.git
synced 2025-08-19 01:42:20 -06:00
30 lines
424 B
CSS
30 lines
424 B
CSS
html,body,tr,th,td,#files,a {
|
|
color: inherit;
|
|
background: none;
|
|
font-weight: inherit;
|
|
font-size: inherit;
|
|
padding: 0;
|
|
border: none;
|
|
}
|
|
html {
|
|
color: #ccc;
|
|
background: #333;
|
|
font-family: sans-serif;
|
|
text-shadow: 1px 1px 0px #000;
|
|
touch-action: manipulation;
|
|
}
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
#box {
|
|
padding: .5em 1em;
|
|
background: #2c2c2c;
|
|
}
|
|
pre {
|
|
font-family: monospace, monospace;
|
|
}
|
|
a {
|
|
color: #fc5;
|
|
}
|