core: try another palette
This commit is contained in:
parent
2b29ad9671
commit
db5681df08
22
default.css
22
default.css
@ -5,16 +5,16 @@
|
|||||||
* second background: #D8A25E
|
* second background: #D8A25E
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* base text: #FAFAFA
|
* base text: #4F6D7A
|
||||||
* important text: #CB3737
|
* important text: #C0D6DF
|
||||||
* first background: #EE6F57
|
* first background: #DD6E42
|
||||||
* second background: #E3E3E3
|
* second background: #E8DAB2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
color: #343131;
|
color: #4F6D7A;
|
||||||
background: #D8A25E;
|
background: #E8DAB2;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@ -32,11 +32,11 @@ canvas {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.first {
|
.first {
|
||||||
background: #A04747;
|
background: #DD6E42;
|
||||||
}
|
}
|
||||||
|
|
||||||
.second {
|
.second {
|
||||||
background: #D8A25E;
|
background: #E8DAB2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation {
|
#navigation {
|
||||||
@ -54,8 +54,8 @@ canvas {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navItem {
|
.navItem {
|
||||||
color: #343131;
|
color: #4F6D7A;
|
||||||
background-color: #EEDF7A;
|
background-color: #C0D6DF;
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
@ -86,7 +86,7 @@ h1 {
|
|||||||
max-width: 650px;
|
max-width: 650px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 8px 1.5rem;
|
padding: 8px 1.5rem;
|
||||||
color: #EEDF7A;
|
color: #C0D6DF;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user