Skip to content

Commit

Permalink
feat: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
wayjam committed Jan 16, 2025
1 parent 402f683 commit e1fa000
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

A fluid and responsive Hugo theme.

![screenshot](https://raw.githubusercontent.com/wayjam/hugo-theme-fluidity/main/images/screenshot.png)
![screenshot](https://raw.githubusercontent.com/wayjam/hugo-theme-fluidity/main/images/tn.png)

## Features

Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@
prose-code:dark:text-sky-500
prose-code:bg-neutral-200/80 dark:prose-code:bg-neutral-800/60
prose-code:before:content-none prose-code:after:content-none
prose-code:px-1.5 prose-code:rounded-md;
prose-code:px-1.5 prose-code:py-0.5 prose-code:rounded-md;

/* Blockquote Style */
@apply prose-blockquote:font-normal
Expand Down
1 change: 1 addition & 0 deletions exampleSite/hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"bg-gradient-to-b",
"bg-gradient-to-br",
"bg-gradient-to-r",
"bg-neutral-100/90",
"bg-neutral-200",
"bg-neutral-50/80",
"bg-sky-100/60",
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<span class="relative z-10">{{- .Page.Title -}}</span>
<span class="relative z-10 inline-flex items-center justify-center
rounded-full px-2 py-0.5 text-xs font-medium
bg-white/80 dark:bg-neutral-800/80
bg-neutral-100/90 dark:bg-neutral-800/60
text-sky-600 dark:text-sky-400
group-hover:bg-sky-100 dark:group-hover:bg-sky-800/60
group-hover:text-sky-700 dark:group-hover:text-sky-300
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="bg-white/70 dark:bg-neutral-900/70 backdrop-blur-md border-b border-blue-100 dark:border-blue-950 shadow-sm">
<div class="container mx-auto">
<div class="flex justify-between items-center py-5">
<div class="flex justify-between items-center py-5 px-4">
<div class="text-2xl">
<a href="{{ .Site.BaseURL }}" class="flex items-center gap-2">
{{- if .Site.Params.logo -}}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/utils/share.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2 class="text-lg font-medium text-neutral-800 dark:text-neutral-200 mb-4">
{{- i18n "shareWith" | strings.Title -}}
</h2>
<div class="flex flex-wrap gap-1 justify-center items-center">
<div class="flex flex-wrap justify-between items-center">
{{- $tag_list := "" -}}
{{- with .Params.Tags -}}
{{- $tag_list = delimit . "," -}}
Expand Down

0 comments on commit e1fa000

Please sign in to comment.