Skip to content

Commit

Permalink
Better modern theme
Browse files Browse the repository at this point in the history
  • Loading branch information
yjf2002ghty committed Nov 2, 2024
1 parent f9899f4 commit 6fa311e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
9 changes: 6 additions & 3 deletions public/assets/theme-ui-neodark.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ input[type=range]::-webkit-slider-thumb {
width: 20px;
height: 20px;
background: #777;
border: 2px solid #cdc7c2;
border: 2px solid #fff;
border-radius: 50%;
cursor: pointer;
box-shadow: 0px 0px 5px 2px #999;
}

input[type=range]:hover {
Expand All @@ -136,10 +137,11 @@ input[type=range]::-moz-range-thumb {
width: 20px;
height: 20px;
background: #777;
border: 2px solid #cdc7c2;
border: 2px solid #fff;
border-radius: 50%;
cursor: pointer;
transition: background .2s;
box-shadow: 0px 0px 5px 2px #999;
}

input[type=range]:focus::-moz-range-thumb {
Expand Down Expand Up @@ -233,7 +235,8 @@ input::placeholder {
}

spangameresult {
color: white !important;
color: #ff5d17 !important;
text-shadow: 0px 0px 2px #ff5d17;
}

table {
Expand Down
11 changes: 9 additions & 2 deletions public/assets/theme-ui-neolight.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ input[type=range]::-webkit-slider-thumb {
width: 20px;
height: 20px;
background: #777;
border: 2px solid #cdc7c2;
border: 2px solid #fff;
border-radius: 50%;
cursor: pointer;
box-shadow: 0px 0px 5px 2px #aaa;
}

input[type=range]:hover {
Expand All @@ -130,10 +131,11 @@ input[type=range]::-moz-range-thumb {
width: 20px;
height: 20px;
background: #777;
border: 2px solid #cdc7c2;
border: 2px solid #fff;
border-radius: 50%;
cursor: pointer;
transition: background .2s;
box-shadow: 0px 0px 5px 2px #aaa;
}

input[type=range]:focus::-moz-range-thumb {
Expand Down Expand Up @@ -226,6 +228,11 @@ input::placeholder {
opacity: 1;
}

spangameresult {
color: #3584e4 !important;
text-shadow: 0px 0px 2px #3584e4;
}

a {
outline-color: #3584e4;
color: #3584e4;
Expand Down

0 comments on commit 6fa311e

Please sign in to comment.