File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 31
31
}
32
32
} ) ( window . location ) ;
33
33
</ script >
34
+ < script defer src ="https://cloud.umami.is/script.js "
35
+ data-website-id ="4ea18895-1c63-4382-b58f-094c0ba1e8e8 "> </ script >
34
36
</ head >
35
37
36
38
< body > </ body >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ pub fn Route(route: ReadSignal<Routes>) -> View {
31
31
#[ component]
32
32
fn Header ( ) -> View {
33
33
view ! {
34
- header( class="p-2 border-b-2 border-slate-500 text-sm font-mono sm:px-5" ) {
34
+ header( class="p-2 border-b-2 border-slate-700 text-sm font-mono sm:px-5" ) {
35
35
nav( class="flex flex-row justify-between items-center" ) {
36
36
div( class="self-start" ) {
37
37
a( class="hover:underline font-bold" , href="/" ) { "$ cd /home/lukechu" }
@@ -48,7 +48,7 @@ fn Header() -> View {
48
48
#[ component]
49
49
fn Footer ( ) -> View {
50
50
view ! {
51
- footer( class="p-2 border-t-2 border-slate-500 text-xs font-mono" ) {
51
+ footer( class="p-2 border-t-2 border-slate-700 text-xs font-mono" ) {
52
52
div( class="flex flex-row justify-between" ) {
53
53
div { "© 2024 Luke Chu" }
54
54
div {
You can’t perform that action at this time.
0 commit comments