Reformat CSS files
Change-Id: I7c37f954953fb47e97f2483374535903bad5c51f
diff --git a/css/style.css b/css/style.css
index a9169d7..7556945 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,4 +1,3 @@
-
input[type="radio"] {
background-color: transparent;
border: .0625em solid #0080ff;
@@ -11,15 +10,15 @@
width: 1em;
-moz-appearance: none;
-webkit-appearance: none;
-
}
input[type="radio"]:checked {
- background-color: grey;
- box-shadow: inset 0 0 0 .1875em white;
- -webkit-transition: background .15s, box-shadow .1s;
- transition: background .15s, box-shadow .1s;
+ background-color: grey;
+ box-shadow: inset 0 0 0 .1875em white;
+ -webkit-transition: background .15s, box-shadow .1s;
+ transition: background .15s, box-shadow .1s;
}
+
#wrap_a {
max-width: 800px;
margin: 0 auto;
@@ -33,31 +32,39 @@
line-height: 1.5;
color: #fc9;
}
+
#output_a .title {
color: white;
text-align: center;
}
+
#output_a ul {
color: white;
}
+
#output_a ul li {
margin: 1em;
}
+
#output_a ul a {
color: lightblue;
text-decoration: none;
}
+
#output_a ul a.win {
color: limegreen;
}
+
#output_a ul a.lose {
color: red;
}
+
#output_a ul a:hover {
color: white;
}
+
#output_a .inv {
color: #ca9;
font-size: 0.8em;
padding-top: 2em;
-}
+}
\ No newline at end of file
diff --git a/neon.css b/neon.css
index 9a61f58..855ee60 100644
--- a/neon.css
+++ b/neon.css
@@ -7691,8 +7691,6 @@
padding-top: 4.5rem !important;
}
-.pt-6 {}
-
@media (min-width: 576px) {
.pt-6 {
max-width: 540px;
@@ -7704,7 +7702,6 @@
max-width: 1140px;
}
}
-}
.pr-5,
.px-5 {