Skip to content

Commit

Permalink
🔖 preparing replease v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Dec 18, 2023
1 parent d16d42b commit 1a60c3c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 31 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]

## [1.8.2] - 2023-12-18

### Added
- Added 404

## [1.8.1] - 2023-12-05

### Hugo
Expand Down
40 changes: 11 additions & 29 deletions assets/css/compiled/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! L1nkr v1.8.1| MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.8.2| MIT License | https://github.com/Chrede88/L1nkr */

/*! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com */

Expand Down Expand Up @@ -574,10 +574,6 @@ video {
margin-top: 2rem;
}

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

.block {
display: block;
}
Expand Down Expand Up @@ -692,16 +688,16 @@ video {
text-align: center;
}

.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}

.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}

.text-8xl {
font-size: 6rem;
line-height: 1;
}

.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
Expand All @@ -712,20 +708,15 @@ video {
line-height: 1.75rem;
}

.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}

.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}

.font-extrabold {
font-weight: 800;
}

.text-slate-200 {
--tw-text-opacity: 1;
color: rgb(226 232 240 / var(--tw-text-opacity));
}

.text-slate-500 {
--tw-text-opacity: 1;
color: rgb(100 116 139 / var(--tw-text-opacity));
Expand All @@ -736,11 +727,6 @@ video {
color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-slate-200 {
--tw-text-opacity: 1;
color: rgb(226 232 240 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
.grid-cols-md-center2 {
grid-template-columns: 112px 112px;
Expand Down Expand Up @@ -1225,10 +1211,6 @@ video {
}

@media (min-width: 768px) {
.md\:mt-48 {
margin-top: 12rem;
}

.md\:text-8xl {
font-size: 6rem;
line-height: 1;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! L1nkr v1.8.1| MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.8.2| MIT License | https://github.com/Chrede88/L1nkr */

@tailwind base;
@tailwind components;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "l1nkr",
"version": "1.8.1",
"version": "1.8.2",
"description": "L1nkr theme for Hugo",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1a60c3c

Please sign in to comment.