Skip to content

Commit

Permalink
Make warning class bold
Browse files Browse the repository at this point in the history
Since red is already being used for links, it seems to stand out less if the
text was colored. So making it bold will be the substatute for things like
deprecated functions, which get labeled with said warning class.
  • Loading branch information
sourrust committed May 30, 2013
1 parent 32ac868 commit 5908634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions velvet/main-view.less
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,5 @@ p.src {
padding: 0.5em 0 0 1em;
.caption { display: none; }
}

.warning { font-weight: bold; }

0 comments on commit 5908634

Please sign in to comment.