diff options
author | Unknwon <u@gogs.io> | 2015-12-03 01:03:06 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-03 01:03:06 -0500 |
commit | 4a6016f5afc2015d633b20fa976e168e2e9c9b21 (patch) | |
tree | d9371c9797a63563d275553cbef0e9f7e7702485 /public | |
parent | cc8f5add6e811cc340e676f0d969a4b1dd551d89 (diff) | |
download | gitea-4a6016f5afc2015d633b20fa976e168e2e9c9b21.tar.gz gitea-4a6016f5afc2015d633b20fa976e168e2e9c9b21.zip |
fix #2087
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 2 | ||||
-rw-r--r-- | public/less/_repository.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 5adb5245e1..ab399f6c68 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1756,7 +1756,7 @@ footer .container .links > *:first-child { font-size: 30px; } .repository .head .ui.huge.breadcrumb { - font-weight: 300; + font-weight: 400; font-size: 1.7rem; } .repository .head .fork-flag { diff --git a/public/less/_repository.less b/public/less/_repository.less index e9432d8070..aef608bcac 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -20,7 +20,7 @@ font-size: 30px; } .ui.huge.breadcrumb { - font-weight: 300; + font-weight: 400; font-size: 1.7rem; } .fork-flag { |