mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
final polish and version bump
This commit is contained in:
parent
09be906861
commit
1bbb4db406
4 changed files with 39 additions and 33 deletions
|
@ -1321,10 +1321,6 @@ select {
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mb-16 {
|
|
||||||
margin-bottom: 4rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mt-5 {
|
.mt-5 {
|
||||||
margin-top: 1.25rem;
|
margin-top: 1.25rem;
|
||||||
}
|
}
|
||||||
|
@ -1389,6 +1385,10 @@ select {
|
||||||
margin-bottom: 0.25rem;
|
margin-bottom: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mb-16 {
|
||||||
|
margin-bottom: 4rem;
|
||||||
|
}
|
||||||
|
|
||||||
.-mb-1 {
|
.-mb-1 {
|
||||||
margin-bottom: -0.25rem;
|
margin-bottom: -0.25rem;
|
||||||
}
|
}
|
||||||
|
@ -1473,14 +1473,14 @@ select {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.h-12 {
|
|
||||||
height: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.h-24 {
|
.h-24 {
|
||||||
height: 6rem;
|
height: 6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h-12 {
|
||||||
|
height: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
.h-8 {
|
.h-8 {
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
}
|
}
|
||||||
|
@ -1525,10 +1525,6 @@ select {
|
||||||
min-height: 148px;
|
min-height: 148px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.w-12 {
|
|
||||||
width: 3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.w-full {
|
.w-full {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -1541,6 +1537,10 @@ select {
|
||||||
width: 6rem;
|
width: 6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w-12 {
|
||||||
|
width: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
.w-8 {
|
.w-8 {
|
||||||
width: 2rem;
|
width: 2rem;
|
||||||
}
|
}
|
||||||
|
@ -2052,11 +2052,6 @@ select {
|
||||||
line-height: 1.25rem;
|
line-height: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-xl {
|
|
||||||
font-size: 1.25rem;
|
|
||||||
line-height: 1.75rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.text-base {
|
.text-base {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
|
@ -2076,6 +2071,11 @@ select {
|
||||||
font-size: 0.6rem;
|
font-size: 0.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-xl {
|
||||||
|
font-size: 1.25rem;
|
||||||
|
line-height: 1.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
.font-extrabold {
|
.font-extrabold {
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
@ -2131,16 +2131,16 @@ select {
|
||||||
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
color: rgba(var(--color-primary-600), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-neutral-700 {
|
|
||||||
--tw-text-opacity: 1;
|
|
||||||
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
|
||||||
}
|
|
||||||
|
|
||||||
.text-neutral-500 {
|
.text-neutral-500 {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
color: rgba(var(--color-neutral-500), var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-neutral-700 {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(var(--color-neutral-700), var(--tw-text-opacity));
|
||||||
|
}
|
||||||
|
|
||||||
.text-neutral-800 {
|
.text-neutral-800 {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-neutral-800), var(--tw-text-opacity));
|
color: rgba(var(--color-neutral-800), var(--tw-text-opacity));
|
||||||
|
@ -3041,11 +3041,6 @@ body:has(#menu-controller:checked) {
|
||||||
background-color: rgba(var(--color-primary-500), var(--tw-bg-opacity)) !important;
|
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 {
|
.hover\:text-primary-700:hover {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-primary-700), var(--tw-text-opacity));
|
color: rgba(var(--color-primary-700), var(--tw-text-opacity));
|
||||||
|
@ -3061,6 +3056,11 @@ body:has(#menu-controller:checked) {
|
||||||
color: rgba(var(--color-neutral), var(--tw-text-opacity));
|
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 {
|
.hover\:text-primary-400:hover {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
color: rgba(var(--color-primary-400), var(--tw-text-opacity));
|
||||||
|
@ -3271,15 +3271,15 @@ body:has(#menu-controller:checked) {
|
||||||
background-color: rgba(var(--color-neutral-600), var(--tw-bg-opacity));
|
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 {
|
.dark .dark\:bg-primary-400 {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgba(var(--color-primary-400), var(--tw-bg-opacity));
|
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 {
|
.dark .dark\:bg-neutral-900\/50 {
|
||||||
background-color: rgba(var(--color-neutral-900), 0.5);
|
background-color: rgba(var(--color-neutral-900), 0.5);
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,6 +18,12 @@ Real websites that are built with Blowfish.
|
||||||
{{< /lead >}}
|
{{< /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 |
|
| Website | Details |
|
||||||
| --------------------------------------------------------------------- | ---------------------------- |
|
| --------------------------------------------------------------------- | ---------------------------- |
|
||||||
| [nunocoracao.com](https://nunocoracao.com) | Personal site - Theme author |
|
| [nunocoracao.com](https://nunocoracao.com) | Personal site - Theme author |
|
||||||
|
|
|
@ -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 }}
|
{{ .Inner | markdownify }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hugo-blowfish-theme",
|
"name": "hugo-blowfish-theme",
|
||||||
"version": "2.23.1",
|
"version": "2.24.0",
|
||||||
"description": "Blowfish theme for Hugo",
|
"description": "Blowfish theme for Hugo",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"fullinstall": "npm run preinstall && npm install && npm run postinstall",
|
"fullinstall": "npm run preinstall && npm install && npm run postinstall",
|
||||||
|
|
Loading…
Reference in a new issue