X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/90bfe9a4d5cb83c325d989f260c1e1e1f6c74427..90f76caa2008d1a07484ee43f141718fdadbf1a7:/mono.css diff --git a/mono.css b/mono.css index 432b12b..f1a2e9a 100644 --- a/mono.css +++ b/mono.css @@ -1,3 +1,6 @@ +@import url(base.css); +@import url(terse.css) all and (max-width: 80em); + body dl.legend-options dt {background: #EEE} body .pm {background: #FFF} /* motion */ @@ -9,7 +12,8 @@ body .mv {background: #444; color: #FFF} /* visual mode */ body .mo {background: #000; color: #FFF} /* mode */ body .me {background: #000; color: #AAA} /* key mode */ -body ul.keys li[onclick]:hover { +body ul.keys li[onclick]:hover, +body ul.keys li a:hover { background: #888; color: #000; border-color: #444;