Created
March 29, 2024 15:47
-
-
Save Philmist/8ae3932b5448e2a63f53c69347ee6a8a to your computer and use it in GitHub Desktop.
エッガーランド(ファンメイド版)に枠線を足すCSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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