Skip to content

Commit 131bf47

Browse files
committed
Make section titles lighter (and a bit bigger).
Since they don't contain real content, they don't need to stand out that much. Lightening does that, and making the font a bit bigger makes it a bit easier to read when you do want to. Also, darkened the ">" in the breadcrumbs to show that it's not part of the link.
1 parent af8767c commit 131bf47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/resources/styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ footer .container-fluid {
324324
}
325325

326326
.gt-separated li:before {
327-
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='#FFFFFF' d='M6.7,4L5.7,4.9L8.8,8l-3.1,3.1L6.7,12l4-4L6.7,4z'/></svg>");
327+
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='#DDDDDD' d='M6.7,4L5.7,4.9L8.8,8l-3.1,3.1L6.7,12l4-4L6.7,4z'/></svg>");
328328
background-position: center;
329329
content: "\00a0";
330330
margin: 0 6px 0 4px;
@@ -504,7 +504,8 @@ span.top-level-variable-type {
504504
}
505505

506506
.sidebar ol li.section-title {
507-
font-size: 12px;
507+
font-size: 13px;
508+
color: #B6B6B6;
508509
text-transform: uppercase;
509510
line-height: 20px;
510511
margin-top: 24px;

0 commit comments

Comments
 (0)