1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 04:32:35 +01: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=" <a href="{actionUrl}" target="_blank" style="
font-size: 15px; font-size: 15px;
border: none; border: none;
border-radius: 3px;
text-decoration: none; text-decoration: none;
color: white; color: white;
cursor: pointer; cursor: pointer;
@ -99,4 +98,4 @@
</div> </div>
</body> </body>
</html> </html>

View File

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

View File

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