commit 20106b77f93a42fc1035efe407c50bd8aaf62b60
parent 21509ee6990cfa0ec44cd3836c17e0877ded0fd0
Author: pyratebeard <root@pyratebeard.net>
Date: Tue, 8 Sep 2020 13:11:26 +0100
arcane colours
Diffstat:
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/static/css/style.css b/static/css/style.css
@@ -16,10 +16,8 @@
font-style: normal;
}
body {
- background-color: #161616; /*green*/
- /*background-color: #362124; /*red*/
- /*background-color: #363145; /*purple*/
- color: #c2c2b0;
+ background-color: #202020;
+ color: #dceef1;
font-family: "saxmono";
font-size: 16px
}
@@ -64,12 +62,12 @@ h1,h2,h3,h4,h5 {
}
h1 {
- color: #857e5f;
+ color: #58929b;
margin: 0px;
}
h2,h3,h4,h5 {
- color: #888888;
+ color: #6d6a95;
}
a {
@@ -90,7 +88,7 @@ li {
color: #90baca;
}
li a {
- color: #c2c2b0;
+ color: #dceef1;
font-weight: normal;
text-decoration: none;
font-size: 16px;
@@ -98,8 +96,8 @@ li a {
li a:hover,
li a:focus {
outline: none;
- color: #101010;
- background-color: #c2c2b0;
+ color: #151515;
+ background-color: #a2b0b1;
}
#search {
@@ -107,6 +105,7 @@ li a:focus {
margin-top: 15px;
}
input[type=text]:focus {
+ color: #7cc464;
outline: none;
border: none;
}
@@ -114,8 +113,8 @@ input[type=text]:focus {
input[type=text] {
outline: none;
border: none;
- background-color: #101010;
- color: #c2c2b0;
+ background-color: #151515;
+ color: #dceef1;
width: 50%;
height: 50px;
padding: 5px 0px 5px 15px;
@@ -125,13 +124,13 @@ input[type=text] {
-webkit-transition: all 0.30s ease-in-out;
}
input#find {
- border: solid 2px #533644;
+ border: solid 2px #2b2b2d;
border-radius: 2px;
max-width: 100%;
font-family: 'envy';
}
::placeholder {
- color: #3a3a3a;
+ color: #383b42;
}
::-webkit-scrollbar {
background: #181819;