Skip to content

Commit

Permalink
remove text-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
jancborchardt committed Jul 24, 2012
1 parent d90839d commit 439f6b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions litewrite.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ html, body {
#editor {
-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
position:absolute; width:100%; height:100%; padding:5% 20%;
background:#fcfcfc url(lightpaperfibers.png) repeat; font:normal 1.5em/160% 'Open Sans',Frutiger,sans-serif; text-shadow:0 1px 0 #fff;
background:#fcfcfc url(lightpaperfibers.png) repeat; font:normal 1.5em/160% 'Open Sans',Frutiger,sans-serif;
outline:none; overflow:auto; border:none; resize:none;
}
#editor:first-line { font-size:2em; line-height:2.4em; font-weight:bold; } /* need to fix this for when it's a div */
Expand All @@ -28,7 +28,7 @@ html, body {
#aside:hover, #aside:focus, #aside.visible { opacity:1; }
#aside a, #add, #color-toggle, #serif-toggle {
display:block; padding:.5em; cursor:pointer; outline:none;
color:#444; text-shadow:0 1px 0 #fff; text-decoration:none;
color:#444; text-decoration:none;
white-space:nowrap; overflow:hidden; text-overflow:hidden;
}
#aside a:hover, #aside a:focus { color:#000; }
Expand All @@ -49,8 +49,8 @@ html, body {
background:#1b1b1b; border-radius:50%;
}
#color-toggle:hover, #color-toggle:focus { background:#777; }
.dark #editor { background:#1b1b1b url(broken_noise.png) repeat; color:#eee; text-shadow:0 1px 0 #444; }
.dark, .dark #aside a, .dark #add, .dark #serif-toggle { color:#bbb; text-shadow:0 1px 0 #444; }
.dark #editor { background:#1b1b1b url(broken_noise.png) repeat; color:#eee; }
.dark, .dark #aside a, .dark #add, .dark #serif-toggle { color:#bbb; }
.dark #aside a:hover, .dark #aside a:focus, .dark #aside .selected, .dark #add:hover, .dark #add:focus, .dark #serif-toggle:hover, .dark #serif-toggle:focus { color:#eee; }
.dark #color-toggle { background:#bbb; }
.dark #color-toggle:hover { background:#eee; }
Expand Down

0 comments on commit 439f6b7

Please sign in to comment.