Skip to content

Commit

Permalink
Remove opacity property from URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-fuertes committed Feb 6, 2023
1 parent 24e9991 commit 7472276
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 7 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
3 changes: 1 addition & 2 deletions themes/enhanced/notion-dark-enhanced.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ code {
}

#write {
ååå max-width: 860px;
max-width: 860px;
margin: 0 auto;
padding: 30px;
padding-bottom: 100px;
Expand Down 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 7472276

Please sign in to comment.