This is a super lightweight css styling for gogs.
1- Download and place the custom.css
in $GOPATH/src/github.com/gogits/gogspublic/css/
2- Add a link tag in $GOPATH/src/github.com/gogits/gogs/templates/ng/base/head.tmpl
:
<link rel="stylesheet" href="{{AppSubUrl}}/ng/fonts/octicons.css">
<link rel="stylesheet" href="{{AppSubUrl}}/css/github.min.css">
<!-- JUST AFTER ALL CSS IMPORTS -->
<link rel="stylesheet" href="{{AppSubUrl}}/css/custom.css">
3- Enjoy
I’d ❤️ to receive contributions to this project. It doesn’t matter if it’s just a typo, or if you’re proposing an overhaul of the entire project, I’ll gladly take a look at your changes. Fork at will! 😀.
Go nuts. See LICENSE (MIT).