diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..ed5d652 --- /dev/null +++ b/logo.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/style.css b/style.css index f3bba7d..f7ffec9 100644 --- a/style.css +++ b/style.css @@ -403,7 +403,8 @@ width: 1.2em; height: 1.2em; transform: translate(-50%, -50%); - background: #ffffff; + background: url('logo.svg') center/contain no-repeat; + background-color: #ffffff; border-radius: 50%; box-shadow: 0 0 8px rgba(0, 255, 255, 0.8); z-index: 2;