Skip to content

Commit

Permalink
Improved post title opacity
Browse files Browse the repository at this point in the history
Fixes #204
  • Loading branch information
ajaydsouza committed Jul 23, 2024
1 parent 7283ecc commit b13c0f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions css/rounded-thumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
}

.crp_related.crp-rounded-thumbs a {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none !important;
}
Expand All @@ -56,24 +54,18 @@
padding: 3px;
font-size: .9em;
text-shadow: .1em .1em .2em #000;
background-color: rgba(0, 0, 0, 0.5);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 7px;
width: 100%;
}

.crp_related.crp-rounded-thumbs li:hover .crp_title {
background-color: rgba(0, 0, 0, 0.8);
background-color: rgba(0, 0, 0, 0.9);
}

.crp_related.crp-rounded-thumbs li {
vertical-align: bottom;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
list-style-type: none;
}
Expand Down
2 changes: 1 addition & 1 deletion css/rounded-thumbs.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b13c0f8

Please sign in to comment.