Skip to content

Commit

Permalink
Merge pull request #760 from andrewnicols/commentLinkColour
Browse files Browse the repository at this point in the history
Improve link colour for link comments
  • Loading branch information
denis-sokolov committed Nov 3, 2023
2 parents c83e88a + 1084827 commit c1de57d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/Whoops/Resources/css/whoops.base.css
Expand Up @@ -290,13 +290,12 @@ header {
border-radius: 6px;
background-color: rgba(255, 255, 255, .05);
}
.frame-comment a {
font-weight: bold;
text-decoration: none;
}
.frame-comment a:hover {
color: #4bb1b1;
}

.frame-comment a {
font-weight: bold;
text-decoration: underline;
color: #c6c6c6;
}

.frame-comment:not(:last-child) {
border-bottom: 1px dotted rgba(0, 0, 0, .3);
Expand Down

0 comments on commit c1de57d

Please sign in to comment.