Skip to content

Commit 95000e5

Browse files
committed
Deploying evil Camelia
1 parent 2577dc2 commit 95000e5

File tree

4 files changed

+305
-5
lines changed

4 files changed

+305
-5
lines changed

assets/sass/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import 'jquery-ui';
22
@import 'highlights';
3+
@import url('https://fonts.googleapis.com/css?family=Eagle+Lake');
34

45
html, body {
56
margin: 0;
@@ -128,7 +129,7 @@ td, th {
128129
}
129130

130131
#header {
131-
font-family: sans-serif;
132+
font-family: 'Eagle Lake', cursive;
132133
font-weight: bold;
133134
border-radius: 0 0 4em 4em;
134135
margin: -2em auto 0; /*extra top padding and negative margin preserves bleed-off illusion for shadow*/

doc/HomePage.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=begin Html
2-
<img style="float: right; margin: 0 0 1em 1em; width:261px" src="/images/Camelia.svg" alt="" id="home_logo"/>
3-
Welcome to the official documentation of the <a href="https://perl6.org">Perl 6</a>
2+
<img style="float: right; margin: 0 0 1em 1em; width:261px" src="/images/Camelia-horns.svg" alt="" id="home_logo"/>
3+
Welcome to the official documentation of the <a href="https://perl6.org">Perl 666</a>
44
programming language!
55
Besides online browsing and searching, you can also
66
<a href="/perl6.xhtml">view everything in one file</a> or

0 commit comments

Comments
 (0)