core: redesign website #11
22
default.css
22
default.css
@ -1,8 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* base text: #343131
|
* base text: #006A67
|
||||||
* important text: #EEDF7A
|
* important text: #FFF4B7
|
||||||
* first background: #A04747
|
* first background: #000B58
|
||||||
* second background: #D8A25E
|
* second background: #003161
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* base text: #4F6D7A
|
* base text: #4F6D7A
|
||||||
@ -13,8 +13,8 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
color: #4F6D7A;
|
color: #006A67;
|
||||||
background: #E8DAB2;
|
background: #003161;
|
||||||
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: #DD6E42;
|
background: #000B58;
|
||||||
}
|
}
|
||||||
|
|
||||||
.second {
|
.second {
|
||||||
background: #E8DAB2;
|
background: #003161;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navigation {
|
#navigation {
|
||||||
@ -54,8 +54,8 @@ canvas {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navItem {
|
.navItem {
|
||||||
color: #4F6D7A;
|
color: #006A67;
|
||||||
background-color: #C0D6DF;
|
background-color: #FFF4B7;
|
||||||
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: #C0D6DF;
|
color: #FFF4B7;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user