diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-09 11:46:10 +0100 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-10 15:04:03 +0100 |
| commit | 2d8b0c90c8b9a78a64b84f617637566d987439ea (patch) | |
| tree | 32e93e9403c01fa7083d9db1ea1f1061e215609d /_static/css/styles.css | |
| parent | 2a610859b41ba5f67b0eb141328aa67113a2be31 (diff) | |
| download | alpine-mksite-2d8b0c90c8b9a78a64b84f617637566d987439ea.tar.bz2 alpine-mksite-2d8b0c90c8b9a78a64b84f617637566d987439ea.tar.xz | |
add atom and cgit links
Diffstat (limited to '_static/css/styles.css')
| -rw-r--r-- | _static/css/styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/_static/css/styles.css b/_static/css/styles.css index 1315c62..7e84578 100644 --- a/_static/css/styles.css +++ b/_static/css/styles.css @@ -159,6 +159,13 @@ a.alpine-logo:active { width: 100%; } +.index a.cgit { + color: black; +} + +.index a.atom { + color: #f26522; +} /* * Download Section (tables) |
