diff --git a/index.html b/index.html index 6f13699..1902aec 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,8 @@ + + + +

Welcome. diff --git a/solarized_light.css b/solarized_light.css new file mode 100644 index 0000000..e596925 --- /dev/null +++ b/solarized_light.css @@ -0,0 +1,7 @@ +:root { + --base3: #fdf6e3; +} + +body { + background-color: var(--base3); +} \ No newline at end of file