core: redesign website #11
22
default.css
22
default.css
@ -1,8 +1,8 @@
|
||||
/*
|
||||
* base text: #343131
|
||||
* important text: #EEDF7A
|
||||
* first background: #A04747
|
||||
* second background: #D8A25E
|
||||
* base text: #006A67
|
||||
* important text: #FFF4B7
|
||||
* first background: #000B58
|
||||
* second background: #003161
|
||||
*/
|
||||
/*
|
||||
* base text: #4F6D7A
|
||||
@ -13,8 +13,8 @@
|
||||
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
color: #4F6D7A;
|
||||
background: #E8DAB2;
|
||||
color: #006A67;
|
||||
background: #003161;
|
||||
line-height: 1.5;
|
||||
margin-inline: auto;
|
||||
margin: 0 auto;
|
||||
@ -32,11 +32,11 @@ canvas {
|
||||
}
|
||||
|
||||
.first {
|
||||
background: #DD6E42;
|
||||
background: #000B58;
|
||||
}
|
||||
|
||||
.second {
|
||||
background: #E8DAB2;
|
||||
background: #003161;
|
||||
}
|
||||
|
||||
#navigation {
|
||||
@ -54,8 +54,8 @@ canvas {
|
||||
}
|
||||
|
||||
.navItem {
|
||||
color: #4F6D7A;
|
||||
background-color: #C0D6DF;
|
||||
color: #006A67;
|
||||
background-color: #FFF4B7;
|
||||
margin: 6px;
|
||||
margin-top: 0px;
|
||||
padding: 8px;
|
||||
@ -86,7 +86,7 @@ h1 {
|
||||
max-width: 650px;
|
||||
text-align: left;
|
||||
padding: 8px 1.5rem;
|
||||
color: #C0D6DF;
|
||||
color: #FFF4B7;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
Loading…
Reference in New Issue
Block a user