diff --git a/lighttpd.conf b/lighttpd.conf index c7baa21..2b4c942 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -6,7 +6,8 @@ mimetype.assign = ( ".html" => "text/html", ".js" => "application/javascript", ".css" => "text/css", - ".png" => "image/png" + ".png" => "image/png", + ".svg" => "image/svg+xml" ) index-file.names = ( "index.html" ) diff --git a/src/assets/app_logo_circle.svg b/src/assets/app_logo_circle.svg new file mode 100644 index 0000000..c1634d0 --- /dev/null +++ b/src/assets/app_logo_circle.svg @@ -0,0 +1 @@ +concordia_logo_clean \ No newline at end of file diff --git a/src/index.html b/src/index.html index 071d6b2..5144a21 100644 --- a/src/index.html +++ b/src/index.html @@ -8,6 +8,10 @@ +

@@ -123,8 +127,8 @@ left: 'unset', time: '0.3s', mixColor: '#d7d6dc', - backgroundColor: '#fff', - buttonColorDark: '#282923', + backgroundColor: '#fff', + buttonColorDark: '#282923', buttonColorLight: '#fff', saveInCookies: false, label: '🌓',