1
Fork 0
This commit is contained in:
Korbs 2024-04-14 23:59:47 -04:00
parent 23277af203
commit 1f7cc90271
No known key found for this signature in database

View file

@ -198,12 +198,12 @@ function ShareDialogHide() {
display: grid;
grid-gap: 12px;
a {
background: rgb(51 51 51);
border: 2px rgba(255,255,255,0.05) solid;
font-size: 18px;
text-decoration: none;
border-radius: 4px;
padding: 9px 16px;
background: rgb(51 51 51);
border: 2px rgba(255,255,255,0.05) solid;
font-size: 18px;
text-decoration: none;
border-radius: 4px;
padding: 9px 16px;
}
}
</style>