Browse Source

Made it more Red.

master
Trey Del Bonis 2 years ago
parent
commit
f827629152
1 changed files with 17 additions and 15 deletions
  1. 17
    15
      static/style.css

+ 17
- 15
static/style.css View File

@@ -1,26 +1,27 @@
/* CSS for tr3y.io */

body {
font-family: sans-serif;
max-width: 42em;
font-family: "Ubuntu", sans-serif;
background-color: #242323;
color: white;
}

@media screen and (min-width: 52em) {
body {
max-width: 50em;
margin-left: auto;
margin-right: auto;
}
}

a.button {
margin: 5px;
border: 1px solid #999;
border-radius: 2px;
padding: 4px;
background-color: #bbb;
text-decoration: none;
color: #000;
a {
color: red;
}

a.button:link, a.button:visited, a.button:hover, a.button:active {
color: #000;
h1, h2, h3, h4 {
color: #b00;
}

h1 {
border-bottom: 2px solid black;
border-bottom: 2px solid white;
}

h2 {
@@ -41,3 +42,4 @@ img.iconthumb {
border-radius: 0.5em;
width: 30%;
}


Loading…
Cancel
Save