Skip to content

Instantly share code, notes, and snippets.

@Philmist
Created March 29, 2024 15:47
Show Gist options
  • Save Philmist/8ae3932b5448e2a63f53c69347ee6a8a to your computer and use it in GitHub Desktop.
Save Philmist/8ae3932b5448e2a63f53c69347ee6a8a to your computer and use it in GitHub Desktop.
エッガーランド(ファンメイド版)に枠線を足すCSS
/* see: http://ashihobi.net/mgames/egger/ */
[id^="lnd"] {
border-width: 1px;
border-color: rgba(255, 0, 0, 0.5);
border-style: solid;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment