recolor website #23
+8
-8
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* base text: #06CDFF
|
* text / border: #8c7862
|
||||||
* important text: #8200FF
|
* foreground: #89bea6
|
||||||
* background: #03001C
|
* background: #61937c
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
@@ -10,7 +10,7 @@ body {
|
|||||||
font-optical-sizing: auto;
|
font-optical-sizing: auto;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #8c7862;
|
color: #8c7862;
|
||||||
background: #89bea6;
|
background: #61937c;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@@ -20,7 +20,7 @@ body {
|
|||||||
max-width: 60rem;
|
max-width: 60rem;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 2rem 1.5rem;
|
padding: 2rem 1.5rem;
|
||||||
background: #61937c;
|
background: #89bea6;
|
||||||
border: 4px solid #8c7862;
|
border: 4px solid #8c7862;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ nav ul {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 60rem;
|
width: 60rem;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
border: solid 4px #d79921;
|
border: solid 4px #8c7862;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stats {
|
.stats {
|
||||||
@@ -80,7 +80,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
border: solid 2px #d79921;
|
border: solid 2px #8c7862;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -154,5 +154,5 @@ a:visited {
|
|||||||
|
|
||||||
#pong {
|
#pong {
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
background: #03001C;
|
background: #61937c;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user