Skip to content

Commit 0825fe5

Browse files
committed
cool font added
1 parent 15a40e2 commit 0825fe5

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<div class="head">
1616

1717
<div class="nav">
18-
<h4 style="color: white; float: left; font-size: 1.5em;">Codeception</h4>
18+
<h4 style="color: white; float: left; font-size: 2.5em;">Codeception</h4>
1919
<ul><li>
20-
<a href="/install">Get It!</a>
20+
<a href="/install">GET IT NOW!</a>
2121
</li></ul>
2222
</div>
2323

css/syntax.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,9 @@ code.yaml .nv {color: #fff;}
2828
margin-bottom: 1em;
2929
max-width:100%;
3030
overflow-y:auto;
31-
}
31+
}
32+
33+
code {
34+
color: white;
35+
background: #222;
36+
}

0 commit comments

Comments
 (0)