Created
September 1, 2014 15:22
-
-
Save teppeis/2401e1789e7c9e05f7b0 to your computer and use it in GitHub Desktop.
gist.github.comとgist@github:enteriseを区別する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
.header-logo-wordmark { | |
color: red; | |
} | |
.form-actions button { | |
color: red; | |
} | |
#gists:before { | |
content: "This is github.com!"; | |
color: red; | |
font-size: 1.1em; | |
font-weight: bold; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment