aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4ea7a0ba408ca8d58d9cd22e108b061347018827 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Simple responsive [cgit](https://git.zx2c4.com/cgit/about/) CSS theme.
It looks exactly like the default theme except it actually works on mobile.
It doesn't use any JavaScript and relies solely on CSS media queries.

This repository is a *fork* of the original stylesheet shared by
[MatejaMarić](https://github.com/MatejaMaric) on
[Github](https://github.com/MatejaMaric/responsive-cgit-css) to make a few minor
changes for my own use.

# How to use:

Beyond switching original CSS file with the one in this repository you should also add `head-include` line in your `cgitrc` file.
For example:

```
head-include=/usr/share/webapps/cgit/head.html
```