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

Loading…
Cancel
Save