Skip to content

Commit

Permalink
feat: Update gradient for Ghost Key menu option
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Aug 11, 2024
1 parent 0116d39 commit 2c2ba6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugo-site/themes/freenet/assets/css/freenet.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ p.page-end-spacer {
font-weight: bold;
background-color: transparent;
border-radius: 4px;
background-image: radial-gradient(circle, #005FBF 0%, #003D99 50%, #000000 100%);
background-image: radial-gradient(circle, #339966 0%, #1f5c3d 50%, #000000 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
Expand Down Expand Up @@ -253,7 +253,7 @@ p.page-end-spacer {

/* Dark mode Ghost Key styling */
.navbar-item.ghost-key {
background-image: radial-gradient(circle, #3A80BF 0%, #0060BF 50%, #E0E0E0 100%);
background-image: radial-gradient(circle, #4dcc8f 0%, #339966 50%, #E0E0E0 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
Expand Down

0 comments on commit 2c2ba6b

Please sign in to comment.