Skip to content

Commit

Permalink
Update theme-dark.css
Browse files Browse the repository at this point in the history
  • Loading branch information
gholi-dev committed Apr 30, 2024
1 parent 567f665 commit 29d5a5d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions styles/theme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,16 @@

.dark-mode .article a.next-page {
font-size: 14px;
background: linear-gradient(92deg, #87fcc4 0%, #28c1f5 98.77%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
background: #87fcc412;
padding: 10px 15px;
border: none;
border: 1px solid #87fcc4;
border-radius: 8px;
float: left;
color: #87fcc4;
}

.dark-mode .article a.next-page:hover {
background-color: #87fcc422;
background-color: #87fcc423;
}

.dark-mode code {
Expand Down

0 comments on commit 29d5a5d

Please sign in to comment.