diff options
author | Matt Singleton <matt@xcolour.net> | 2024-02-06 16:17:18 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2024-02-06 16:17:18 -0600 |
commit | 23693bb6c5fd2180577e2c717fd090285d5fa449 (patch) | |
tree | 02e2374ee9cde5a386bc8b9026fdedd1b1ce9279 | |
parent | 92f08c1b037a3fc69eb48379f0b352e1a2c6ce9b (diff) |
note fork in README
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ 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. |