diff --git a/assets/images/logo.svg b/assets/images/logo.svg new file mode 100644 index 0000000..413fc9e --- /dev/null +++ b/assets/images/logo.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + derez.ai + \ No newline at end of file diff --git a/assets/images/logo_b.svg b/assets/images/logo_b.svg new file mode 100644 index 0000000..5ee2765 --- /dev/null +++ b/assets/images/logo_b.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + derez.ai + \ No newline at end of file diff --git a/index.html b/index.html index 4c3e05e..3fc9a02 100644 --- a/index.html +++ b/index.html @@ -246,25 +246,13 @@ .site-logo { display: flex; align-items: center; - gap: 10px; - font-weight: 700; - font-size: 17px; - color: var(--accent); - text-decoration: none; flex-shrink: 0; } .site-logo:hover { text-decoration: none; } - - .site-logo-icon { - display: inline-flex; - align-items: center; - justify-content: center; - width: 34px; + .site-logo-img { + display: block; height: 34px; - border-radius: 10px; - background: var(--accent-dim); - border: 1px solid rgba(0, 245, 255, 0.3); - color: var(--accent); + width: auto; } .nav-links { @@ -1472,16 +1460,7 @@