Ok arctic color chosen

pull/4/head
Julie 5 years ago
parent 466985f7e5
commit 60bbc235e9
Signed by: cobular
GPG Key ID: 8CAB39FC9A8F13FB

@ -10,7 +10,7 @@
} }
.about-me-card { .about-me-card {
background: #61dafb; background: #F1F1F1;
border-radius: 5px; border-radius: 5px;
margin: 0 5px 0; margin: 0 5px 0;
padding: 10px; padding: 10px;
@ -18,7 +18,7 @@
} }
#about-me { #about-me {
background: #61dafb; background: #F1F1F1;
border-radius: 5px; border-radius: 5px;
padding: 15px; padding: 15px;
width: fit-content; width: fit-content;

@ -1,5 +1,5 @@
.site-footer { .site-footer {
background: darkgrey; background: #84B7DB;
margin: 10px; margin: 10px;
border-radius: 5px; border-radius: 5px;

@ -5,7 +5,7 @@ header {
margin: 10px; margin: 10px;
padding: 10px; padding: 10px;
border-radius: 5px; border-radius: 5px;
background: #66bb6a; background: #84B7DB;
font-family: "Fira Code", monospace; font-family: "Fira Code", monospace;
h1 { h1 {

@ -14,16 +14,21 @@ $breakpoints: (x-small: 430px, small: 660px, medium: 900px, large: 1300px, x-lar
#project-grid-parent { #project-grid-parent {
margin: 10px; margin: 10px;
background: #FFD43B; background: #FECEA8;
border-radius: 5px; border-radius: 5px;
& > #project-header { & > #project-header {
background: grey; background: #1C1C1C;
border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
margin-bottom: 2px; margin-bottom: 2px;
padding: 5px; padding: 5px;
* {
color: white;
}
h2 { h2 {
margin-bottom: 0; margin-bottom: 0;
font-family: "Fira Code", monospace; font-family: "Fira Code", monospace;
@ -114,7 +119,7 @@ $breakpoints: (x-small: 430px, small: 660px, medium: 900px, large: 1300px, x-lar
.GridElementInternal { .GridElementInternal {
padding: 9px; padding: 9px;
border-radius: 5px; border-radius: 5px;
background: lightcyan; background: #F1F1F1;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
transition: box-shadow 0.3s ease-in-out; transition: box-shadow 0.3s ease-in-out;

@ -1,3 +1,7 @@
* {
color: #2A363B;
}
body { body {
margin: 0; margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
@ -6,7 +10,7 @@ body {
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
//background: url("./images/y-so-serious-white.png") repeat; //background: url("./images/y-so-serious-white.png") repeat;
background-color: #24305E !important; background-color: #3767A8 !important;
} }
#root { #root {

Loading…
Cancel
Save