|
@ -82,6 +82,7 @@ input { |
|
|
input:hover { |
|
|
input:hover { |
|
|
background: #ffbf00; |
|
|
background: #ffbf00; |
|
|
color: #6df2cc; |
|
|
color: #6df2cc; |
|
|
|
|
|
cursor: pointer; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
input[type="submit"]:disabled:hover, |
|
|
input[type="submit"]:disabled:hover, |
|
@ -106,11 +107,6 @@ input[type="submit"]:disabled:focus { |
|
|
background-color: #62b264; |
|
|
background-color: #62b264; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* selected link */ |
|
|
|
|
|
a:active { |
|
|
|
|
|
color: white; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* STOLEN GOODS */ |
|
|
/* STOLEN GOODS */ |
|
|
#fancyboi::before { |
|
|
#fancyboi::before { |
|
|
content: "$ "; |
|
|
content: "$ "; |
|
|