Implemented the grid formatting. Dark theme came along nicely. Got the home page laid out and still trying to determine which subcontent to put on which page.

This commit is contained in:
2022-10-09 09:43:38 -05:00
parent 2e5ef4391a
commit 1c70887199
13 changed files with 263 additions and 122 deletions

30
pages/helpers/dark.css Normal file
View File

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