1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-19 17:21:35 +02:00

Remove duplicated "border-radius" CSS property

This commit is contained in:
TomatoCake 2024-06-05 05:53:05 +02:00
parent 939d1bd8d5
commit 41a2612fe3
3 changed files with 2 additions and 5 deletions

View File

@ -73,7 +73,6 @@
<a href="{actionUrl}" target="_blank" style="
font-size: 15px;
border: none;
border-radius: 3px;
text-decoration: none;
color: white;
cursor: pointer;
@ -99,4 +98,4 @@
</div>
</body>
</html>
</html>

View File

@ -65,7 +65,6 @@
<a href="{actionUrl}" target="_blank" style="
font-size: 15px;
border: none;
border-radius: 3px;
text-decoration: none;
color: white;
cursor: pointer;
@ -87,4 +86,4 @@
</div>
</body>
</html>
</html>

View File

@ -74,7 +74,6 @@
style="
font-size: 15px;
border: none;
border-radius: 3px;
text-decoration: none;
color: white;
cursor: pointer;