8 Commits (bea989070bbb1389ca05e67118786beb55321e55)

Author SHA1 Message Date
Adam Porter bea989070b Comment: (github.styl) Issue label text color
Black provides poor contrast with some dark label colors, so using
white seems like the best choice for maximum contrast with arbitrary
label colors.  But since the default label color is light gray, that
would make for very poor contrast on new labels.  So we use a CSS drop
shadow to compensate for that.  Hopefully it's a reasonable
compromise, because there's only so much that can be done.

But none of this works because Stylus can't handle :not(), or
something like that.  See comment in file.  So this is really just a
note for the future, because I don't feel like hacking up all the
generated CSS for the sake of GitHub labels.  *sigh*
4 years ago
Adam Porter e2104657d8 Reorganize files
Now correctly including generic.styl in all other sheets.  This was
quite a mess to figure out because of the way Stylus handles
imports/requires.  IIRC, Less doesn't work this way, but, of course,
Less is much more limited than Stylus.
9 years ago
Adam Porter d5cea8551a Set color in PRE; update CSS 9 years ago
Adam Porter 72ef5fef21 generic.styl: Set HTML background color
I didn't even know that was valid...
9 years ago
Adam Porter 915ef10e79 Move mixins to separate file, adjust requires 9 years ago
Adam Porter 640a17b7c0 Colorize BLOCKQUOTE 9 years ago
Adam Porter f20cc6dcbf Colorize PRE 9 years ago
Adam Porter dd3c8a8518 Initial commit.
Spent too much time getting the Makefile to be nice and non-redundant.
Learned more than I wanted to about Makefiles...and now I know the pain
of Makefiles.
9 years ago