GogsThemes
GogsThemes copied to clipboard
An attempt to give some colors to amazing Gogs platform ..
I just installed this theme (dark) and it's beautiful. However diff section fails IMO: 
Hi, thank for this nice theme. There is issues when gogs is not on root of website, for examples on http://yourhost/gogs/ In that case there is many changes I applied...
I have my Gogs instance deployed in Docker using following environment.yaml file: ``` version: '3' services: gogs: image: gogs/gogs volumes: - /volume1/docker/gogs:/data ports: - 3000:3000 - 3022:22 ``` I have...
### Issue Profile "full name" and misc. profile text is still black after using custom.css ### Resolution Add the following at some point ``` .user.profile .ui.card .extra.content ul li:not(:last-child) {...