diff --git a/static/img/usermenu-button.svg b/static/img/usermenu-button.svg new file mode 100644 index 0000000000..036b269586 --- /dev/null +++ b/static/img/usermenu-button.svg @@ -0,0 +1,4 @@ + + + + diff --git a/static/main.css b/static/main.css index f4a7266d48..cfdd28379e 100644 --- a/static/main.css +++ b/static/main.css @@ -1916,7 +1916,7 @@ pre.arguments > div { } #usermenu-button::before { - content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 21V19C20 17.9391 19.5786 16.9217 18.8284 16.1716C18.0783 15.4214 17.0609 15 16 15H8C6.93913 15 5.92172 15.4214 5.17157 16.1716C4.42143 16.9217 4 17.9391 4 19V21' stroke='%23F7F5F2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 11C14.2091 11 16 9.20914 16 7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7C8 9.20914 9.79086 11 12 11Z' stroke='%23F7F5F2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); + content: url(img/usermenu-button.svg); color: #f7f5f2; font-weight: 600; width: 24px;