firefox has my css cached so i hope this looks good!

This commit is contained in:
split / May 2023-10-14 20:22:55 +00:00
parent ead3b59917
commit a84400c903
2 changed files with 8 additions and 5 deletions

View file

@ -24,13 +24,16 @@
}
h1 > button {
background-color: #0000;
background-color: #0000 !important;
padding: 0;
margin-top: 5px;
opacity: 0.65;
img {
color: #666666;
}
&:hover {
opacity: 1;
img { color: #DDD; }
}
}

View file

@ -180,13 +180,13 @@
<svg
width="20"
height="20"
fill="none"
fill="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
aria-label="Notify me when the upload finishes"
><path
d="M9.042 19.003h5.916a3 3 0 0 1-5.916 0Zm2.958-17a7.5 7.5 0 0 1 7.5 7.5v4l1.418 3.16A.95.95 0 0 1 20.052 18h-16.1a.95.95 0 0 1-.867-1.338l1.415-3.16V9.49l.005-.25A7.5 7.5 0 0 1 12 2.004Z"
fill="#DDDDDD"
fill="currentColor"
/></svg
>
</button>