Last active
January 24, 2018 20:52
-
-
Save maagmirror/0c09d54ef2956187563127c24f0efaa7 to your computer and use it in GitHub Desktop.
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 { | |
background: #000000; | |
} | |
.emoji-wysiwyg-editor, .stats-list .card, .card.feed-element, article.feed-element, .follow-list .card, form, .sharebox textarea, .comment-box textarea, input[type="text"], input[type="password"], input[type="email"], input:not([type="button"]):not([type="submit"]):not([type="reset"]):hover { | |
background: #000; | |
border: solid 1px #c7c7c7; | |
color: #fff; | |
box-shadow: 0 2px 0 rgba(0,0,0,.2); | |
} | |
.button primary{ | |
background-color:red; | |
} | |
button.primary, [type="button"].primary, [type="submit"].primary, [type="reset"].primary, .button.primary, [role="button"].primary { | |
background: rgb(189, 55, 2); | |
color: #fafafa; | |
}button.primary, button.primary, [type="button"].primary, [type="button"].primary, [type="submit"].primary, [type="submit"].primary, [type="reset"].primary, [type="reset"].primary, .button.primary, .button.primary, [role="button"].primary, [role="button"].primary { | |
background:red; | |
} | |
button.inverse, [type="button"].inverse, [type="submit"].inverse, [type="reset"].inverse, .button.inverse, [role="button"].inverse { | |
background: #399eaf; | |
} | |
button.primary.counter{ | |
background-color:blue; | |
} | |
.emoji-wysiwyg-editor:focus, .sharebox textarea:focus, .comment-box textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input:not([type="button"]):not([type="submit"]):not([type="reset"]):hover { | |
background: #000; | |
} | |
aside { | |
background: #399eaf; | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment