GogsThemes icon indicating copy to clipboard operation
GogsThemes copied to clipboard

An attempt to give some colors to amazing Gogs platform ..

Results 4 GogsThemes issues
Sort by recently updated
recently updated
newest added

I just installed this theme (dark) and it's beautiful. However diff section fails IMO: ![imagen](https://github.com/Kos-M/GogsThemes/assets/73592852/3b205584-bd07-4ee2-b6f8-799313e3a310)

good first issue

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) {...

good first issue