i hope this looks better

This commit is contained in:
split / May 2023-10-14 20:12:10 +00:00
parent 85f1238897
commit ead3b59917
2 changed files with 14 additions and 3 deletions

View file

@ -23,6 +23,17 @@
font-size: 14px; font-size: 14px;
} }
h1 > button {
background-color: #0000;
padding: 0;
margin-top: 5px;
opacity: 0.65;
&:hover {
opacity: 1;
}
}
a { a {
color:#999; color:#999;
} }

View file

@ -178,15 +178,15 @@
title="Notify me when the upload finishes" title="Notify me when the upload finishes"
> >
<svg <svg
width="24" width="20"
height="24" height="20"
fill="none" fill="none"
viewBox="0 0 24 24" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
aria-label="Notify me when the upload finishes" aria-label="Notify me when the upload finishes"
><path ><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" 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="#ffffff" fill="#DDDDDD"
/></svg /></svg
> >
</button> </button>