X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=icedeb.css;h=41e29430172bd662612df5dcf973732e43dfe5cf;hp=5a64933b0a3f84c5241aa0617b6fed6459cea6c3;hb=6e53fef5509077f26d023cf29aae72619121e8cf;hpb=dbce47c616b354e7f0515284c4e41d6f7850b283 diff --git a/icedeb.css b/icedeb.css index 5a64933..41e2943 100644 --- a/icedeb.css +++ b/icedeb.css @@ -22,7 +22,7 @@ body { padding: 1ex; } } #button-list-container > * { margin: 0.5ex; - padding 0.1ex; + padding: 0.1ex; display: flex; } @@ -38,7 +38,7 @@ body { padding: 1ex; } text-decoration: underline; } a, a:visited { color: blue; } -.hints { margin-left: auto; margin-right: 0; } +.hints { margin-left: auto; margin-right: 1ex; } .hints .hint { display: inline-block; width: 1.8ex; @@ -51,7 +51,9 @@ a, a:visited { color: blue; } .hints .hint.p { background-color: hsl(120,100%,96%) } .hints .hint.m { background-color: hsl(240,100%,90%) } .hints .hint.i { background-color: hsl( 40,100%,96%) } +.hints .hint.s { background-color: hsl( 80,100%,96%) } .like-b .hint.b, .like-p .hint.p, .like-m .hint.m, +.like-s .hint.s, .like-i .hint.i { opacity: 1; }