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
|
||||
*/
|
||||
/*
|
||||
* base text: #FAFAFA
|
||||
* important text: #CB3737
|
||||
* first background: #EE6F57
|
||||
* second background: #E3E3E3
|
||||
* base text: #4F6D7A
|
||||
* important text: #C0D6DF
|
||||
* first background: #DD6E42
|
||||
* second background: #E8DAB2
|
||||
*/
|
||||
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
color: #343131;
|
||||
background: #D8A25E;
|
||||
color: #4F6D7A;
|
||||
background: #E8DAB2;
|
||||
line-height: 1.5;
|
||||
margin-inline: auto;
|
||||
margin: 0 auto;
|
||||
@ -32,11 +32,11 @@ canvas {
|
||||
}
|
||||
|
||||
.first {
|
||||
background: #A04747;
|
||||
background: #DD6E42;
|
||||
}
|
||||
|
||||
.second {
|
||||
background: #D8A25E;
|
||||
background: #E8DAB2;
|
||||
}
|
||||
|
||||
#navigation {
|
||||
@ -54,8 +54,8 @@ canvas {
|
||||
}
|
||||
|
||||
.navItem {
|
||||
color: #343131;
|
||||
background-color: #EEDF7A;
|
||||
color: #4F6D7A;
|
||||
background-color: #C0D6DF;
|
||||
margin: 6px;
|
||||
margin-top: 0px;
|
||||
padding: 8px;
|
||||
@ -86,7 +86,7 @@ h1 {
|
||||
max-width: 650px;
|
||||
text-align: left;
|
||||
padding: 8px 1.5rem;
|
||||
color: #EEDF7A;
|
||||
color: #C0D6DF;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
Loading…
Reference in New Issue
Block a user