From 3caf5adfc2b6947171edc2075e8e5e0ecd1baace Mon Sep 17 00:00:00 2001 From: Mathias Meyer Date: Fri, 17 May 2013 07:53:48 +0200 Subject: [PATCH] Set an opacity on the GitHub octomark images. Leaving them black makes them stand out a bit too much, this is a bit more subtle. --- assets/styles/main/repository.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/styles/main/repository.sass b/assets/styles/main/repository.sass index 5981b56f..acfe1030 100644 --- a/assets/styles/main/repository.sass +++ b/assets/styles/main/repository.sass @@ -18,6 +18,7 @@ .github-icon img margin-top: 2px + opacity: 0.65 .not-found display: block @@ -61,4 +62,5 @@ &:hover background: transparent url(/images/icons/github.png) center right no-repeat background-size: 12px - padding-right: 16px \ No newline at end of file + opacity: 0.65 + padding-right: 16px