Skip to content

Commit

Permalink
final polish and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nunocoracao committed Jan 8, 2023
1 parent 09be906 commit 1bbb4db
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 32 deletions.
60 changes: 30 additions & 30 deletions assets/css/compiled/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1321,10 +1321,6 @@ select {
margin-bottom: 3rem;
}

.mb-16 {
margin-bottom: 4rem;
}

.mt-5 {
margin-top: 1.25rem;
}
Expand Down Expand Up @@ -1389,6 +1385,10 @@ select {
margin-bottom: 0.25rem;
}

.mb-16 {
margin-bottom: 4rem;
}

.-mb-1 {
margin-bottom: -0.25rem;
}
Expand Down Expand Up @@ -1473,14 +1473,14 @@ select {
height: 100vh;
}

.h-12 {
height: 3rem;
}

.h-24 {
height: 6rem;
}

.h-12 {
height: 3rem;
}

.h-8 {
height: 2rem;
}
Expand Down Expand Up @@ -1525,10 +1525,6 @@ select {
min-height: 148px;
}

.w-12 {
width: 3rem;
}

.w-full {
width: 100%;
}
Expand All @@ -1541,6 +1537,10 @@ select {
width: 6rem;
}

.w-12 {
width: 3rem;
}

.w-8 {
width: 2rem;
}
Expand Down Expand Up @@ -2052,11 +2052,6 @@ select {
line-height: 1.25rem;
}

.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}

.text-base {
font-size: 1rem;
line-height: 1.5rem;
Expand All @@ -2076,6 +2071,11 @@ select {
font-size: 0.6rem;
}

.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}

.font-extrabold {
font-weight: 800;
}
Expand Down Expand Up @@ -2131,14 +2131,14 @@ select {
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
}

.text-neutral-700 {
.text-neutral-500 {
--tw-text-opacity: 1;
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
}

.text-neutral-500 {
.text-neutral-700 {
--tw-text-opacity: 1;
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
}

.text-neutral-800 {
Expand Down Expand Up @@ -3041,11 +3041,6 @@ body:has(#menu-controller:checked) {
background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity)) !important;
}

.hover\:text-primary-600:hover {
--tw-text-opacity: 1;
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
}

.hover\:text-primary-700:hover {
--tw-text-opacity: 1;
color: rgba(var(--color-primary-700), var(--tw-text-opacity));
Expand All @@ -3061,6 +3056,11 @@ body:has(#menu-controller:checked) {
color: rgba(var(--color-neutral), var(--tw-text-opacity));
}

.hover\:text-primary-600:hover {
--tw-text-opacity: 1;
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
}

.hover\:text-primary-400:hover {
--tw-text-opacity: 1;
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
Expand Down Expand Up @@ -3271,15 +3271,15 @@ body:has(#menu-controller:checked) {
background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity));
}

.dark .dark\:bg-neutral-800\/50 {
background-color: rgba(var(--color-neutral-800), 0.5);
}

.dark .dark\:bg-primary-400 {
--tw-bg-opacity: 1;
background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity));
}

.dark .dark\:bg-neutral-800\/50 {
background-color: rgba(var(--color-neutral-800), 0.5);
}

.dark .dark\:bg-neutral-900\/50 {
background-color: rgba(var(--color-neutral-900), 0.5);
}
Expand Down
6 changes: 6 additions & 0 deletions exampleSite/content/users/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Real websites that are built with Blowfish.
{{< /lead >}}


{{< alert >}}

**Blowfish user?** To add your site to this list, [submit a pull request](https://github.com/nunocoracao/blowfish/blob/main/exampleSite/content/users/index.md).

{{</ alert >}}

| Website | Details |
| --------------------------------------------------------------------- | ---------------------------- |
| [nunocoracao.com](https://nunocoracao.com) | Personal site - Theme author |
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/lead.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="lead !mb-9 text-xl">
<div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl">
{{ .Inner | markdownify }}
</div>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
"version": "2.23.1",
"version": "2.24.0",
"description": "Blowfish theme for Hugo",
"scripts": {
"fullinstall": "npm run preinstall && npm install && npm run postinstall",
Expand Down

0 comments on commit 1bbb4db

Please sign in to comment.