aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_sass
diff options
context:
space:
mode:
authorGravatar Liam Miller-Cushon <cushon@google.com>2016-06-30 16:37:38 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-07-01 07:10:39 +0000
commit8f4af7555303f0bcff493f587a50da139291b402 (patch)
treefbc248561e44effdc948cd27b0d423fdf93d8e66 /site/_sass
parent49a797a4eba6d00739ce5bfdbdbe746a25295598 (diff)
Make java_classpath flag non-experimental
-- MOS_MIGRATED_REVID=126310706
Diffstat (limited to 'site/_sass')
-rw-r--r--site/_sass/style.scss32
1 files changed, 29 insertions, 3 deletions
diff --git a/site/_sass/style.scss b/site/_sass/style.scss
index b999cc0cd1..b1ebf95fe7 100644
--- a/site/_sass/style.scss
+++ b/site/_sass/style.scss
@@ -71,6 +71,10 @@ a {
&:focus {
color: $link-hover-color;
}
+
+ code {
+ color: $link-color;
+ }
}
h1,
@@ -81,10 +85,20 @@ h5,
h6 {
color: $text-color;
font-weight: 300;
- margin-top: 25px;
+ margin-top: 30px;
margin-bottom: 15px;
}
+h1 code,
+h2 code,
+h3 code,
+h4 code,
+h5 code,
+h6 code {
+ color: $text-color;
+ background: transparent;
+}
+
h1 {
margin-top: 40px;
}
@@ -92,14 +106,26 @@ h1 {
h2 {
font-size: 24px;
margin-top: 30px;
+
+ code {
+ font-size: 24px;
+ }
}
h3 {
- font-size: 18px;
+ font-size: 20px;
+
+ code {
+ font-size: 20px;
+ }
}
h4 {
- font-size: 16px;
+ font-size: 18px;
+
+ code {
+ font-size: 18px;
+ }
}
p,