Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoLaw committed Jun 28, 2019
1 parent f09459b commit 0f8e41f
Show file tree
Hide file tree
Showing 11 changed files with 3,280 additions and 2,960 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.idea
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -32,8 +32,6 @@ Want to help out? If you see a bug, please feel free to fix it and submit a pull

---

For contributors, please read the [contributing page](contributions.html).

We use BrowserStack to test across multiple browsers:

[<img src="https://raw.githubusercontent.com/GiacomoLaw/TNS-images/master/browserstack-logo-600x315.png">](https://www.browserstack.com/)
Expand Down
36 changes: 0 additions & 36 deletions contributions.html

This file was deleted.

46 changes: 23 additions & 23 deletions css/night.css
Expand Up @@ -3,57 +3,57 @@
******************************************************************/

body {
background-color: #000d1a;
color: white;
background-color: #000d1a;
color: white;
}

button {
background-color: #696969;
border: none;
color: white;
padding: 8px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
border-radius: 12px;
background-color: #696969;
border: none;
color: white;
padding: 8px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
border-radius: 12px;
}

button:hover {
background-color: #DCDCDC;
background-color: #DCDCDC;
}

ul {
background-color: #696969;
color: white;
background-color: #696969;
color: white;
}

li a {
color: white;
color: white;
}

/* Change the link color on hover */
li a:hover {
background-color: #DCDCDC;
color: white;
background-color: #DCDCDC;
color: white;
}

footer {
background-color: #696969;
background-color: #696969;
}

a {
color: #008B8B;
color: #008B8B;
}

/* day mode button styling */
.dmode {
background-color: white;
color: black;
background-color: white;
color: black;
}

/* donate button styling */
.donatebutton {
background-color: #edf1f7;
color: black;
background-color: #edf1f7;
color: black;
}

0 comments on commit 0f8e41f

Please sign in to comment.