Skip to content

Instantly share code, notes, and snippets.

View planetarian's full-sized avatar

Chami planetarian

View GitHub Profile
@planetarian
planetarian / kc3panel.css
Last active February 6, 2019 22:28
shipgirl renaming + shadow code
/* this creates a slightly darker border around ship names, adjust to taste */
.ship_name, .ship_name::before {
text-shadow:
-1px -1px 0 #00000044,
1px -1px 0 #00000044,
-1px 1px 0 #00000044,
1px 1px 0 #00000044;
}
/* this hides the original name; change 7877 to whatever the ship ID is */