Skip to content

Instantly share code, notes, and snippets.

@EricZhang456
Created May 23, 2020 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EricZhang456/f2e2a66e8b51caae2bbd57ec5e660daa to your computer and use it in GitHub Desktop.
Save EricZhang456/f2e2a66e8b51caae2bbd57ec5e660daa to your computer and use it in GitHub Desktop.
an ugly theme for vidlii
@-moz-document domain("vidlii.com") {
/**/
body {
overflow-y: scroll;
background: #607D8B;
margin: 0;
font-family: "Comic Sans MS", cursive, sans-serif;
font-size: 16px;
min-width: 1000px;
}
a {
color: #9E9E9E;
text-decoration: none;
}
.search_bar {
border: 1px solid #000;
padding: 3px 4px;
width: 275px;
border-radius: 3px;
outline: 0;
background: #000;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment