mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
increase clickable area in mde
This commit is contained in:
parent
204f4c5b33
commit
681e959a30
|
|
@ -150,7 +150,7 @@ blink {
|
|||
color: #444;
|
||||
background: none;
|
||||
margin: 0 0 0 -.2em;
|
||||
padding: .3em 0 .3em .4em;
|
||||
padding: .8em .4em .8em 0;
|
||||
text-decoration: none;
|
||||
border: none;
|
||||
/* ie: */
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ html, body {
|
|||
min-height: 100%;
|
||||
font-family: sans-serif;
|
||||
font-family: var(--font-main), sans-serif;
|
||||
background: #f7f7f7;
|
||||
background: #f8f8f8;
|
||||
color: #333;
|
||||
}
|
||||
#toast {
|
||||
|
|
@ -44,7 +44,7 @@ html, body {
|
|||
#mn a {
|
||||
color: #444;
|
||||
margin: 0 0 0 -.2em;
|
||||
padding: 0 0 0 .4em;
|
||||
padding: .8em .4em .8em 0;
|
||||
text-decoration: none;
|
||||
/* ie: */
|
||||
border-bottom: .1em solid #777\9;
|
||||
|
|
|
|||
Loading…
Reference in a new issue