Skip to content

Commit

Permalink
add and use matcha css (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
tphummel authored May 26, 2024
1 parent 23bc55c commit 54b5374
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
{{ end }}

<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/water.css@2/out/dark.min.css"> -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/water.css@2/out/light.min.css">
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/water.css@2/out/light.min.css"> -->
<!-- <link rel="stylesheet" href="https://unpkg.com/mvp.css"> -->
<link rel="stylesheet" href="/css/matcha.css">
</head>

<body>
Expand Down
Loading

0 comments on commit 54b5374

Please sign in to comment.