E
roblox logo hexagon by SillyMarson
Details
AuthorSillyMarson
LicenseNo License
Categoryhttps://hexagon.pw
Created
Updated
Size357 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
E
Source code
/* ==UserStyle==
@name Custom Logo
@namespace https://hexagon.pw
@version 1.0
@description Changes the logo on hexagon.pw to a custom image.
@license none
==/UserStyle== */
@-moz-document domain("hexagon.pw") {
img[src="/hexagonfull.png"] {
content: url("https://i.imgur.com/F7yNGk8.png") !important;
}
}