commit 13449136beea38c52e95a6c0f0e65f0364174865
parent be4671381a441dad27ca0243cef70cfdbda4f8f2
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Fri, 27 Mar 2020 17:20:54 -0400
CSS Maintenance
Diffstat:
3 files changed, 1 insertion(+), 28 deletions(-)
diff --git a/style/initiative.css b/style/initiative.css
@@ -43,20 +43,6 @@
display: inline-block;
}
-@media all and (prefers-color-scheme: light) {
- .initiative-div {
- background-color: var(--input-bg-light);
- }
-
- .red-x {
- color: var(--unvis-link-light);
- }
-
- .green-pencil {
- color: var(--vis-link-light);
- }
-}
-
@media only screen and (max-width: 750px) {
.in-edit-btn {
margin: 1em 1em 1em 4em;
diff --git a/style/main.css b/style/main.css
@@ -122,7 +122,7 @@ button {
color: var(--fg-alt);
background-color: var(--bg-alt);
border-radius: 5px;
- height: 1.8em;
+ padding: 4px 8px;
}
select {
diff --git a/style/roll.css b/style/roll.css
@@ -1,7 +1,3 @@
-button:not(#clear-history) {
- width: 4em;
-}
-
input:not(#inputString) {
width: 4em;
}
@@ -40,8 +36,6 @@ input:not(#inputString) {
margin-bottom: 1em;
bottom: 1px;
left: 1px;
- width: 10em;
- height: 1.5em;
}
#die-header {
@@ -211,10 +205,3 @@ input:not(#inputString) {
grid-row: 9;
}
}
-
-@media all and (prefers-color-scheme: light) {
- #history-text {
- color: var(--fg-alt-light);
- background-color: var(--bg-alt-light);
- }
-}