diff --git a/iceberg/00_home_day_1.png b/iceberg/00_home_day_1.png new file mode 100644 index 0000000..b622c06 Binary files /dev/null and b/iceberg/00_home_day_1.png differ diff --git a/iceberg/01_home_calendar.png b/iceberg/01_home_calendar.png new file mode 100644 index 0000000..0824f3b Binary files /dev/null and b/iceberg/01_home_calendar.png differ diff --git a/iceberg/02_home_night.png b/iceberg/02_home_night.png new file mode 100644 index 0000000..98d88df Binary files /dev/null and b/iceberg/02_home_night.png differ diff --git a/iceberg/03_home_night_calendar.png b/iceberg/03_home_night_calendar.png new file mode 100644 index 0000000..3046b40 Binary files /dev/null and b/iceberg/03_home_night_calendar.png differ diff --git a/iceberg/04_project_day.png b/iceberg/04_project_day.png new file mode 100644 index 0000000..3b1867e Binary files /dev/null and b/iceberg/04_project_day.png differ diff --git a/iceberg/05_project_night_wquotes.png b/iceberg/05_project_night_wquotes.png new file mode 100644 index 0000000..953f083 Binary files /dev/null and b/iceberg/05_project_night_wquotes.png differ diff --git a/iceberg/06_gallery_day.png b/iceberg/06_gallery_day.png new file mode 100644 index 0000000..2eadd31 Binary files /dev/null and b/iceberg/06_gallery_day.png differ diff --git a/iceberg/07_gallery_night.png b/iceberg/07_gallery_night.png new file mode 100644 index 0000000..d39b3dc Binary files /dev/null and b/iceberg/07_gallery_night.png differ diff --git a/iceberg/08_footer.png b/iceberg/08_footer.png new file mode 100644 index 0000000..397fa1d Binary files /dev/null and b/iceberg/08_footer.png differ diff --git a/theme/static/css/main.css b/theme/static/css/main.css index e1a4406..2ca88b5 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -31,23 +31,15 @@ body{ --clr-soft-text: rgba(0,0,0,0.25); --clr-header: black; - --clr-soft: hsl(54, 40%, 82%); - /* --clr-back: hsl(82, 24%, 84%); */ --clr-back: hsl(92, 24%, 84%); + --clr-soft: hsl(54, 40%, 82%); - /* a bit more solarized */ - /* --clr-soft: hsl(48, 46%, 82%); */ - /* --clr-back: hsl(72, 32%, 84%); */ - - /* --clr-soft: hsl(48, 46%, 84%); */ + /* old but nicer */ + --clr-back: hsl(95, 32%, 88%); + --clr-soft: hsl(60, 38%, 88%); - /* --clr-soft: rgba(0,0,0,0.15); */ - /* is equal to */ - --clr-soft: hsl(100, 12%, 76%); - background: var(--clr-back); color: var(--clr-text); - --border-width: 1px; --border: var(--border-width) solid var(--clr-text); @@ -55,18 +47,14 @@ body{ body.night{ /* slitghly cyan moon reflection, low contrast */ - --clr-text: hsl(160, 6%, 92%); + --clr-text: white; --clr-soft-text: rgba(255,255,255,0.35); --clr-header: hsl(320, 4%, 12%); --clr-header: black; /* night -- grey purple */ - /* --clr-soft: hsl(290, 10%, 38%); */ - --clr-back: hsl(252, 34%, 14%); - - /* --clr-soft: rgba(255,255,255,0.25); */ - /* is equal to */ - --clr-soft: hsl(253, 10%, 40%); + --clr-back: hsl(252, 34%, 16%); + --clr-soft: hsl(260, 8%, 56%); }