i made this in 10 minutes
Roblox Nice Transistions (ROUNDED-CORNERS SUCK) by NotMie
Details
AuthorNotMie
LicenseNo License
Categoryroblox.com
Created
Updated
Size601 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ? - lut 2024
@version 20240209.19.00
@namespace ?
==/UserStyle== */
@-moz-document domain("roblox.com") {
* {
border-radius: 60px;
border: none;
transition: 0.25s ease;
}
*:hover {
border-radius: 30px;
}
*:active {
border-radius: 50px;
}
.section-content:hover {
text-shadow: 2px 2px 5px black;
}
.chat-windows-header:hover {
text-shadow: 2px 234px 10434px black;
background-color: white;
}
.btr-game:hover {
text-shadow: 2px 2px 5px black;
}
}
@-moz-document domain("https://youtube.com/") {
* {
transition: 0.5s ease;
}
}