Skip to content

Commit

Permalink
FIX: Improve Styling for Links Inside Plugin Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed May 19, 2023
1 parent 578eea5 commit db5b5e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Assets/css/plugin-manager.css
Original file line number Diff line number Diff line change
Expand Up @@ -1560,3 +1560,8 @@ span.count-menu-item.badge-manual {
color: white;
background-color: var(--pp-red-alt-3);
}

.available-plugin-description .markdown p a, .available-plugin-description .markdown p a:visited {
font-weight: 600;
text-decoration: none;
}

0 comments on commit db5b5e2

Please sign in to comment.