diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..ca2b787 Binary files /dev/null and b/.DS_Store differ diff --git a/docs/images/bannerlogo.png b/docs/images/bannerlogo.png new file mode 100644 index 0000000..bacb1a7 Binary files /dev/null and b/docs/images/bannerlogo.png differ diff --git a/docs/images/bannerlogotextbottom.png b/docs/images/bannerlogotextbottom.png new file mode 100644 index 0000000..7d28444 Binary files /dev/null and b/docs/images/bannerlogotextbottom.png differ diff --git a/docs/images/bannerlogotextright.png b/docs/images/bannerlogotextright.png new file mode 100644 index 0000000..0785b29 Binary files /dev/null and b/docs/images/bannerlogotextright.png differ diff --git a/docs/images/squarelogo.png b/docs/images/squarelogo.png new file mode 100644 index 0000000..a0d6e54 Binary files /dev/null and b/docs/images/squarelogo.png differ diff --git a/docs/images/squarelogotext.png b/docs/images/squarelogotext.png new file mode 100644 index 0000000..673813e Binary files /dev/null and b/docs/images/squarelogotext.png differ diff --git a/docs/index.html b/docs/index.html index a93d954..85aa3c3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@

Databases should be Effortless.

- +
diff --git a/docs/styles.css b/docs/styles.css index f8fbcc5..1790010 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -1,7 +1,7 @@ :root { - --primary-color: #3498db; - --secondary-color: #2c3e50; - --text-color: #333; + --primary-color: #6a8eff; + --secondary-color: #373737; + --text-color: #373737; --background-color: #f4f4f4; --sidebar-width: 20%; --sidebar-collapsed-width: 0px; @@ -55,9 +55,9 @@ nav ul li a:hover { } main { - max-width: 800px; margin: 5rem auto 2rem; padding: 0 1rem; + margin-left: 0px; } h1, @@ -86,6 +86,12 @@ a:hover { text-decoration: underline; } +.banner-logo { + width: 80vw; + height: auto; + padding: 0px; + margin: 0px; +} #sidebarToggle { background: none; border: none; @@ -113,8 +119,8 @@ a:hover { top: 0; bottom: 0; width: var(--sidebar-width); - background-color: var(--secondary-color); - color: white; + background-color: var(--text-color); + color: var(--background-color); padding: 1rem; padding-top: 5rem; overflow-y: auto; @@ -132,6 +138,10 @@ a:hover { display: none; } +#sidebar a { + color: var(--background-color); +} + main { padding: 1rem; }