Skip to content

Commit

Permalink
🔖 preparing release v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Oct 28, 2024
1 parent 8e72ed4 commit c8c223f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 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.9.1] - 2024-10-28

### Added
- New icon `PGP-key`.

## [1.9.0] - 2024-10-27

### Added
Expand Down
5 changes: 3 additions & 2 deletions assets/css/compiled/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! L1nkr v1.9.0 | MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.9.1 | MIT License | https://github.com/Chrede88/L1nkr */

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

Expand Down Expand Up @@ -1169,7 +1169,8 @@ video {
background: conic-gradient(#7fba00 0% 25%, #ffb900 25% 50%, #00a4ef 50% 75%, #f25022 75% 100%);
}

.link-pgp-key, .link-PGP-Key {
.link-pgp-key,
.link-PGP-Key {
background-color: #a13c94;
}

Expand Down
5 changes: 3 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! L1nkr v1.9.0 | MIT License | https://github.com/Chrede88/L1nkr */
/*! L1nkr v1.9.1 | MIT License | https://github.com/Chrede88/L1nkr */

@tailwind base;
@tailwind components;
Expand Down Expand Up @@ -242,6 +242,7 @@
background-color: #f25022;
background: conic-gradient(#7fba00 0% 25%, #ffb900 25% 50%, #00a4ef 50% 75%, #f25022 75% 100%);
}
.link-pgp-key, .link-PGP-Key {
.link-pgp-key,
.link-PGP-Key {
background-color: #a13c94;
}
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.9.0",
"version": "1.9.1",
"description": "L1nkr theme for Hugo",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c8c223f

Please sign in to comment.