mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Make a dark-mode version of the arrowhead icon.
The former icon used fill="context-fill", which I believe doesn't work except in Mozilla's own extensions. So I changed that one to fill="black" and made a new one with fill="white".
This commit is contained in:
parent
251b6a26fa
commit
f9173f61a2
3 changed files with 8 additions and 1 deletions
|
@ -144,4 +144,7 @@ input:checked + .slider:before {
|
|||
input:focus + .slider {
|
||||
box-shadow: 0 0 1px #cc80ff;
|
||||
}
|
||||
.learn:before {
|
||||
background-image: url('assets/arrowhead-right-dark-12.svg');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue