Skip to content

Commit a78ed1c

Browse files
committed
pretty lambda
1 parent a7b4d68 commit a78ed1c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<div class="navlist-bg">
2727
<!-- This is temporary until we get a decent logo -->
2828
<div class="brand logo" style="font-size:48px; color:white; margin-left:-48px; margin-top:2px">
29-
λ
29+
<a href="{{ site.baseurl }}/">λ</a>
3030
<!-- <img width="64px" height="64px" src="./assets/images/64x64_balloon.png"></img> -->
3131
</div>
3232
<div class="navlist">

css/main.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ a.title, h2.title, .meta.title {
218218
margin-left: -74px;
219219
}
220220

221+
.brand.logo > a {
222+
color: #7C75FA;
223+
}
224+
221225
.navlist {
222226
display: inline;
223227
list-style-type: none;
@@ -257,7 +261,6 @@ a.title, h2.title, .meta.title {
257261
}
258262

259263
/* Front Page */
260-
261264
.warbanner {
262265
width: auto;
263266
height: 300px;

0 commit comments

Comments
 (0)