diff --git a/index.html b/index.html new file mode 100644 index 0000000..8454188 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + Ella + + + +

Ella

+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..f4c0976 --- /dev/null +++ b/style.css @@ -0,0 +1,5 @@ +:root { + color-scheme: light dark; + --text: light-dark(#000, #FFF); + --bg: light-dark(#EEE, #242936); +}