From 0e7852ecb4a30a88ad72b91f3349ccbe0c4390c4 Mon Sep 17 00:00:00 2001 From: LimePot Date: Fri, 23 Dec 2022 18:33:18 -0700 Subject: [PATCH] Darkmode --- AI/darkmodetext.html | 37 +++++++++++++++++++ AI/style.css | 85 ++++++++++++++++++++++++++------------------ index.html | 10 +++++- style.css | 22 ++++++++++++ 4 files changed, 119 insertions(+), 35 deletions(-) create mode 100644 AI/darkmodetext.html diff --git a/AI/darkmodetext.html b/AI/darkmodetext.html new file mode 100644 index 0000000..05334c7 --- /dev/null +++ b/AI/darkmodetext.html @@ -0,0 +1,37 @@ + + + + + LimePot's Portfolio + + + +
+

LimePot's Portfolio

+ + +
+
+

Welcome to my Portfolio!

+

Here you can find information about me and my projects.

+

Click on the links in the navigation bar above to learn more.

+
+ + + + diff --git a/AI/style.css b/AI/style.css index 852a793..3a0054f 100644 --- a/AI/style.css +++ b/AI/style.css @@ -1,35 +1,52 @@ body { - font-family: Arial, sans-serif; - margin: 0; - padding: 0; - } - - header { - background-color: #333; - color: #fff; - display: flex; - justify-content: space-between; - align-items: center; - padding: 20px; - } - - header h1 { - margin: 0; - } - - header nav ul { - list-style: none; - margin: 0; - padding: 0; - display: flex; - } - - header nav li { - margin-left: 20px; - } - - header nav a { - color: #fff; - text-decoration: none; - } - + font-family: Arial, sans-serif; + margin: 0; + padding: 0; +} + +/* Dark mode styles */ +.darkmode { + background-color: #333; + color: #fff; +} + +.darkmode a { + color: #00bfff; +} + +/* Light mode styles */ +.lightmode { + background-color: #fff; + color: #222; +} + +.lightmode a { + color: #00bfff; +} + +header { + display: flex; + justify-content: space-between; + align-items: center; + padding: 20px; +} + +header h1 { + margin: 0; +} + +header nav ul { + list-style: none; + margin: 0; + padding: 0; + display: flex; +} + +header nav li { + margin-left: 20px; +} + +header nav a { + color: #fff; + text-decoration: none; +} diff --git a/index.html b/index.html index 7a24899..86b1d57 100644 --- a/index.html +++ b/index.html @@ -70,6 +70,7 @@
+


0 Days since last incident.

@@ -85,7 +86,14 @@

- Emily Dickinson




- + +