aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/assets
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-10-24 15:20:54 +0200
committerXavier Noria <fxn@hashref.com>2010-10-24 16:21:20 +0200
commit8a629ab6c350779cf77e0443dc1526c6bfbe5a02 (patch)
tree217b551bca1211396408fa743f20a49a10410a8f /railties/guides/assets
parent739fda3f0a4922579dc7c0533533bc1b6e1bd6f7 (diff)
downloadrails-8a629ab6c350779cf77e0443dc1526c6bfbe5a02.tar.gz
rails-8a629ab6c350779cf77e0443dc1526c6bfbe5a02.tar.bz2
rails-8a629ab6c350779cf77e0443dc1526c6bfbe5a02.zip
use a gray a little darker in code blocks, for better contrast with the gray background
Diffstat (limited to 'railties/guides/assets')
-rw-r--r--railties/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/railties/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css b/railties/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css
index c36a4bd2ba..9effecbf11 100644
--- a/railties/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css
+++ b/railties/guides/assets/stylesheets/syntaxhighlighter/shThemeRailsGuides.css
@@ -17,7 +17,7 @@
color: #eee !important;
}
.syntaxhighlighter table caption {
- color: #333 !important;
+ color: #222 !important;
}
.syntaxhighlighter .gutter {
color: #787878 !important;
@@ -58,7 +58,7 @@
color: red !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
- color: #333 !important;
+ color: #222 !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
color: #708090 !important;
@@ -74,7 +74,7 @@
color: #646464 !important;
}
.syntaxhighlighter .variable {
- color: #333 !important;
+ color: #222 !important;
}
.syntaxhighlighter .value {
color: #009900 !important;
@@ -86,14 +86,14 @@
color: #0066cc !important;
}
.syntaxhighlighter .script {
- color: #333 !important;
+ color: #222 !important;
background-color: none !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
color: gray !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
- color: #333 !important;
+ color: #222 !important;
font-weight: bold !important;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {