Skip to content

Commit

Permalink
first draft-formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
snyhlxde1 committed Apr 8, 2024
1 parent 8694e87 commit 0ba228c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions layouts/partials/blox/markdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
{{ $title := $block.content.title | emojify}}
{{ $text := $block.content.text | emojify}}

<head>
<style>
/* CSS styles go here */
a {
color: rgba(0, 94, 255, 0.675); /* This makes all hyperlinks blue */
}
</style>
</head>

<div class="flex flex-col items-center max-w-prose mx-auto gap-3">

<div class="mb-6 text-3xl font-bold text-gray-900 dark:text-white">
Expand Down

0 comments on commit 0ba228c

Please sign in to comment.