update UI and fixes

This commit is contained in:
Xuu
2020-08-31 12:35:59 -06:00
parent 220be8f732
commit 10b5ccd0c4
5 changed files with 121 additions and 103 deletions

View File

@@ -2,6 +2,9 @@ section.container { margin-bottom: 2em; }
textarea { font-family: "Fira Code",hack,"Anonymous Pro",monospace; }
pre { font-family: "Fira Code",hack,"Anonymous Pro",monospace; }
code { font-family: "Fira Code",hack,"Anonymous Pro",monospace; }
pre.grey { background-color: lightgrey; }
label { color: lightgrey; }
table a:link {
color: #666;
@@ -98,5 +101,5 @@ table tr:last-child td:last-child {
table tr:hover td {
background: #f2f2f2;
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}