Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1452)

Unified Diff: src/site/scss/style.scss

Issue 19291003: basic code highlighting for our docs (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/css/style.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/scss/style.scss
diff --git a/src/site/scss/style.scss b/src/site/scss/style.scss
index f0a9ed9c07dfd0c0344a1897fd5b75061bb01a0d..e881b24fe899cc8756e45f461a3555a07ea64e0c 100644
--- a/src/site/scss/style.scss
+++ b/src/site/scss/style.scss
@@ -251,6 +251,10 @@ a.permalink {
background: yellow;
}
+code.highlight {
+ background: yellow;
+}
+
footer {
border-top: 1px solid #CECECE;
background-color: #EFEFEF;
« no previous file with comments | « src/site/css/style.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698