diff --git a/dark-mode.css b/dark-mode.css new file mode 100644 index 0000000..c3ec538 --- /dev/null +++ b/dark-mode.css @@ -0,0 +1,6 @@ + +.dark-mode { + background-color: black; + color: white; + } + \ No newline at end of file diff --git a/index.html b/index.html index 8cb6a37..72a4dee 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@