Getting much closer! Still need to finalize About and write Journey.

This commit is contained in:
2022-10-16 09:22:44 -05:00
parent ce20fa0f6f
commit 239aa26b49
20 changed files with 394 additions and 188 deletions

View File

@ -1,29 +1,29 @@
/*** Dark Theme ***/
body {
background-color: #444444;
}
body {
background-color: #444444;
}
* {
color: #CCCCCC;
}
* {
color: #CCCCCC;
}
a {
color: #FF9900
}
a {
color: #FF9900
}
h1,h2,h3,h4,h5,h6 {
color: #6633FF;
}
h1,h2,h3,h4,h5,h6 {
color: #6633FF;
}
.header {
/*background-color: #113311;*/
background-color: #222222;
}
.header {
/*background-color: #113311;*/
background-color: #222222;
}
.title {
background-color: #111111;
}
.title {
background-color: #111111;
}
.text {
background-color: #333333;
}
.text {
background-color: #333333;
}