Skip to content

Commit cc75e98

Browse files
author
Matthew McCullough
committed
Matching colors to the training.github.com site
1 parent f1e74cb commit cc75e98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css/layout.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body {
1313

1414
.info { background: #fff; padding: 10px;}
1515

16-
.article { border-bottom: 5px solid #c9182f; padding-bottom: 10px; margin-bottom: 15px;}
16+
.article { border-bottom: 5px solid rgb(20,120,200); padding-bottom: 10px; margin-bottom: 15px;}
1717

1818
.non_home_box {
1919
display: none;
@@ -24,7 +24,7 @@ body {
2424
background: #fff;
2525
}
2626
#reflist h3 a {
27-
color: #c9182f;
27+
color: rgb(20,120,200);
2828
}
2929
#reflist h4 { font-size: 0.9em; }
3030
#reflist .block { margin: 0; padding: 0; }
@@ -87,7 +87,7 @@ pre b { color: #111; }
8787
}
8888

8989
ul#menu {
90-
background: #c9182f;
90+
background: rgb(20,120,200);
9191
padding: .5em;
9292
display: inline;
9393
color: #fff;
@@ -189,7 +189,7 @@ h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
189189
h2 {margin-top:1em; }
190190
h5 {font-size:1.2em;}
191191
h6 {font-size:1em; text-transform:uppercase;}
192-
h3 { color: #c9182f; }
192+
h3 { color: rgb(20,120,200); }
193193

194194
h1 a {
195195
font-weight:normal;

0 commit comments

Comments
 (0)