Skip to content

Commit

Permalink
Merge pull request #20 from adrian-fuertes/bug-fixes
Browse files Browse the repository at this point in the history
Remove opacity property from URLs
  • Loading branch information
adrian-fuertes authored Feb 6, 2023
2 parents a147a24 + 7472276 commit e3d9a50
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion themes/classic/notion-dark-classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ a,
text-decoration: none;
border-bottom: 0.05em solid;
border-color: var(--url-underline-color);
opacity: 0.6;
transition: all .1s ease-in;
}

Expand Down
1 change: 0 additions & 1 deletion themes/classic/notion-darker-classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ a,
text-decoration: none;
border-bottom: 0.05em solid;
border-color: var(--url-underline-color);
opacity: 0.6;
transition: all .1s ease-in;
}

Expand Down
1 change: 0 additions & 1 deletion themes/classic/notion-light-classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ a,
text-decoration: none;
border-bottom: 0.05em solid;
border-color: var(--url-underline-color);
opacity: 0.6;
transition: all .1s ease-in;
}

Expand Down
1 change: 0 additions & 1 deletion themes/enhanced/notion-dark-enhanced.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ a,
text-decoration: none;
border-bottom: 0.05em solid;
border-color: var(--url-underline-color);
opacity: 0.6;
transition: all .1s ease-in;
}

Expand Down
1 change: 0 additions & 1 deletion themes/enhanced/notion-darker-enhanced.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ a,
text-decoration: none;
border-bottom: 0.05em solid;
border-color: var(--url-underline-color);
opacity: 0.6;
transition: all .1s ease-in;
}

Expand Down
1 change: 0 additions & 1 deletion themes/enhanced/notion-light-enhanced.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ a,
text-decoration: none;
border-bottom: 0.05em solid;
border-color: var(--url-underline-color);
opacity: 0.6;
transition: all .1s ease-in;
}

Expand Down

0 comments on commit e3d9a50

Please sign in to comment.