core: change color palette to something warm
This commit is contained in:
parent
0ff9ab2acf
commit
2b29ad9671
20
default.css
20
default.css
@ -1,3 +1,9 @@
|
||||
/*
|
||||
* base text: #343131
|
||||
* important text: #EEDF7A
|
||||
* first background: #A04747
|
||||
* second background: #D8A25E
|
||||
*/
|
||||
/*
|
||||
* base text: #FAFAFA
|
||||
* important text: #CB3737
|
||||
@ -7,8 +13,8 @@
|
||||
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
color: #FAFAFA;
|
||||
background: #E3E3E3;
|
||||
color: #343131;
|
||||
background: #D8A25E;
|
||||
line-height: 1.5;
|
||||
margin-inline: auto;
|
||||
margin: 0 auto;
|
||||
@ -26,11 +32,11 @@ canvas {
|
||||
}
|
||||
|
||||
.first {
|
||||
background: #EE6F57;
|
||||
background: #A04747;
|
||||
}
|
||||
|
||||
.second {
|
||||
background: #E3E3E3;
|
||||
background: #D8A25E;
|
||||
}
|
||||
|
||||
#navigation {
|
||||
@ -48,8 +54,8 @@ canvas {
|
||||
}
|
||||
|
||||
.navItem {
|
||||
color: #FAFAFA;
|
||||
background-color: #CB3737;
|
||||
color: #343131;
|
||||
background-color: #EEDF7A;
|
||||
margin: 6px;
|
||||
margin-top: 0px;
|
||||
padding: 8px;
|
||||
@ -80,7 +86,7 @@ h1 {
|
||||
max-width: 650px;
|
||||
text-align: left;
|
||||
padding: 8px 1.5rem;
|
||||
color: #CB3737;
|
||||
color: #EEDF7A;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
Loading…
Reference in New Issue
Block a user