added a few mods and added custom difficulty
This commit is contained in:
16
style.css
16
style.css
@@ -16,11 +16,23 @@ canvas {
|
||||
|
||||
select {
|
||||
font-size: 0.8em;
|
||||
border: 1px #333 solid;
|
||||
border-radius: 6px;
|
||||
/* margin-bottom: -20px; */
|
||||
/* position: "relative";
|
||||
top: "-15px"; */
|
||||
}
|
||||
|
||||
input {
|
||||
/* font-family: Monaco, monospace; */
|
||||
padding: 0px 4px;
|
||||
font-size: 0.8em;
|
||||
border: 1px #333 solid;
|
||||
border-radius: 4px;
|
||||
/* margin: 0.2em; */
|
||||
width: 38px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #08c;
|
||||
@@ -154,7 +166,7 @@ summary {
|
||||
padding: 10px;
|
||||
line-height: 170%;
|
||||
/* border-radius: 6px; */
|
||||
border: 2px #000 solid;
|
||||
border: 2px #333 solid;
|
||||
background-color: #fff;
|
||||
font-size: 0.65em;
|
||||
}
|
||||
@@ -185,7 +197,7 @@ summary {
|
||||
padding: 10px;
|
||||
line-height: 170%;
|
||||
/* border-radius: 6px; */
|
||||
border: 2px #000 solid;
|
||||
border: 2px #333 solid;
|
||||
background-color: #fff;
|
||||
|
||||
line-height: 170%;
|
||||
|
||||
Reference in New Issue
Block a user