Browse Source

Change from orange to purple

Matches Tor colours better and easier on the eyes
pm2
Luke Childs 9 years ago
parent
commit
7a744b4fa8
  1. 8
      assets/style.css

8
assets/style.css

@ -1,8 +1,8 @@
/* Global styles */ /* Global styles */
body { body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
background: #ff512f; background: #b24592;
background: linear-gradient(to left, #ff512f , #f09819); background: linear-gradient(to left, #b24592 , #f15f79);
color: #222; color: #222;
margin: 0; margin: 0;
display: flex; display: flex;
@ -11,12 +11,12 @@ body {
} }
a { a {
color: #f09819; color: #f15f79;
text-decoration: none; text-decoration: none;
transition: color 0.2s ease; transition: color 0.2s ease;
} }
a:hover { a:hover {
color: #ff512f; color: #b24592;
} }
h1, h1,

Loading…
Cancel
Save