- Open /home/git/go/src/github.com/gogits/gogs/templates/base/head.tmpl
Add after:
<!-- Stylesheet -->
<link rel="stylesheet" href="{{AppSubUrl}}/css/semantic-2.2.1.min.css">
<link rel="stylesheet" href="{{AppSubUrl}}/css/gogs.css?v={{MD5 AppVer}}">This line:
<link rel="stylesheet" href="{{AppSubUrl}}/css/custom.css">- Copy
custom.cssto/home/git/go/src/github.com/gogits/gogs/public/css - Run
service gogs restart