mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
15 lines
No EOL
406 B
CSS
15 lines
No EOL
406 B
CSS
/**
|
|
* @name Maxwell watchs your soul
|
|
* @author jaxorssmthng, krystalskullofficial
|
|
* @version 2.0
|
|
* @description cat (it watches your soul)
|
|
*/
|
|
[class^="panels_"]::before {
|
|
content: "";
|
|
width: 30px;
|
|
height: 47px;
|
|
left: 200px;
|
|
margin-top: -48px;
|
|
position: absolute;
|
|
background-image: url('https://cdn.discordapp.com/emojis/1086739148582436964.webp?size=48&quality=lossless');
|
|
} |