diff --git a/copyparty/web/md.css b/copyparty/web/md.css index 5e2c41fc..d18cebd0 100644 --- a/copyparty/web/md.css +++ b/copyparty/web/md.css @@ -140,17 +140,18 @@ blink { margin-bottom: 6em; } #mn { - padding: 1.3em 0 .7em 1em; + padding: .8em 0 .2em 1em; border-bottom: 1px solid #ccc; background: #eee; z-index: 10; width: calc(100% - 1em); } #mn a { + display: inline-block; color: #444; background: none; margin: 0 0 0 -.2em; - padding: .8em .4em .8em 0; + padding: .5em .4em .5em 0; text-decoration: none; border: none; /* ie: */ diff --git a/copyparty/web/mde.css b/copyparty/web/mde.css index c6a93411..084027cf 100644 --- a/copyparty/web/mde.css +++ b/copyparty/web/mde.css @@ -9,6 +9,9 @@ html .editor-toolbar.disabled-for-preview>button:not(.no-disable) { opacity: .35 +:root { + background: none; +} html { line-height: 1.5em; } @@ -18,7 +21,7 @@ html, body { min-height: 100%; font-family: sans-serif; font-family: var(--font-main), sans-serif; - background: #f8f8f8; + background: #f7f7f7; color: #333; } #toast { @@ -39,12 +42,13 @@ html, body { #mn { font-weight: normal; - margin: 1.3em 0 .7em 1em; + margin: .8em 0 .2em 1em; } #mn a { + display: inline-block; color: #444; margin: 0 0 0 -.2em; - padding: .8em .4em .8em 0; + padding: .5em .4em .5em 0; text-decoration: none; /* ie: */ border-bottom: .1em solid #777\9;