update UI and fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user