mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
looks better
This commit is contained in:
parent
8b366e255c
commit
20030c91b7
|
@ -11,9 +11,9 @@ html {
|
|||
max-width: 34em;
|
||||
max-width: min(34em, 90%);
|
||||
max-width: min(34em, calc(100% - 7em));
|
||||
background: #222;
|
||||
background: #333;
|
||||
border: 0 solid #777;
|
||||
box-shadow: 0 .2em .5em #222;
|
||||
box-shadow: 0 .2em .5em #111;
|
||||
border-radius: .4em;
|
||||
z-index: 9001;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue