Move dropdown icon to static folder

This actually makes it render in the documentation
This commit is contained in:
Rapptz 2022-06-05 01:24:20 -04:00
parent d1039e209e
commit db5a22d791
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 177 B

After

Width:  |  Height:  |  Size: 177 B

View File

@ -319,7 +319,7 @@ header > nav > a:hover {
border-bottom: 1px solid var(--search-border);
appearance: none;
background-image: url('/_images/drop_down_icon.svg');
background-image: url('drop_down_icon.svg');
background-repeat: no-repeat;
background-position-x: 100%;
background-position-y: 50%;