Browse Source

final css edit of sunday

pull/12/head
crunk 3 months ago
parent
commit
c435250a61
  1. 6
      verse/static/css/style.css

6
verse/static/css/style.css

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

Loading…
Cancel
Save