We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a40e2 commit 0825fe5Copy full SHA for 0825fe5
_layouts/default.html
@@ -15,9 +15,9 @@
15
<div class="head">
16
17
<div class="nav">
18
- <h4 style="color: white; float: left; font-size: 1.5em;">Codeception</h4>
+ <h4 style="color: white; float: left; font-size: 2.5em;">Codeception</h4>
19
<ul><li>
20
- <a href="/install">Get It!</a>
+ <a href="/install">GET IT NOW!</a>
21
</li></ul>
22
</div>
23
css/syntax.css
@@ -28,4 +28,9 @@ code.yaml .nv {color: #fff;}
28
margin-bottom: 1em;
29
max-width:100%;
30
overflow-y:auto;
31
-}
+}
32
+
33
+code {
34
+ color: white;
35
+ background: #222;
36
0 commit comments