aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-02-05 21:26:42 -0500
committerThedro Neely <thedroneely@gmail.com>2020-02-05 21:33:21 -0500
commit8004b17bcfb723c8c95ece3118b7392969d17d41 (patch)
treecc310c5ac37615d529ab82fbb84ae251fb61cca3 /public
parent4adfce34198cfd7128a4e0a8d7b971583ec3d1b2 (diff)
downloadgitea-templates-8004b17bcfb723c8c95ece3118b7392969d17d41.tar.gz
gitea-templates-8004b17bcfb723c8c95ece3118b7392969d17d41.tar.bz2
gitea-templates-8004b17bcfb723c8c95ece3118b7392969d17d41.zip
public/css/override: Fork/mirror indicator
Reduce border radius and change background color
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/override.css b/public/css/override.css
index d2a502c..e998d5b 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -43,8 +43,8 @@ a, .ui.breadcrumb a { color: #0366d6; }
.repo-topic, .repository .repo-header .fork-flag {
display: inline-block;
margin-left: 0.5rem;
- background-color: #e6eff7 !important;
- border-radius: 2rem !important;
+ background-color: #e8e9eb !important;
+ border-radius: 0.5rem !important;
padding: 0.5rem 1rem;
}
.repo-name { font-weight: 700; }