about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-09-24T14·34+0300
committertazjin <mail@tazj.in>2021-09-27T15·41+0000
commite5c3b9d391546409b1896b46a4615e1bb641688a (patch)
tree74efc6f7a540dc9bd2d4c18c32dc80c4cc58759f
parent05074550feff1f2f36cd89f81256bace64944f20 (diff)
feat(web/cgit): Use new logo in cgit page r/2926
Change-Id: I5212b235aa2a72c90e4795dce4c9fccfa00ddec3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3629
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
-rw-r--r--fun/logo/depot-logo.pngbin14985 -> 0 bytes
-rw-r--r--fun/logo/depot-logo.xcfbin358462 -> 0 bytes
-rw-r--r--third_party/cgit/tvl-extra.css5
-rw-r--r--web/cgit-taz/default.nix2
4 files changed, 6 insertions, 1 deletions
diff --git a/fun/logo/depot-logo.png b/fun/logo/depot-logo.png
deleted file mode 100644
index 5d4d0b5c04..0000000000
--- a/fun/logo/depot-logo.png
+++ /dev/null
Binary files differdiff --git a/fun/logo/depot-logo.xcf b/fun/logo/depot-logo.xcf
deleted file mode 100644
index 3bf6a67131..0000000000
--- a/fun/logo/depot-logo.xcf
+++ /dev/null
Binary files differdiff --git a/third_party/cgit/tvl-extra.css b/third_party/cgit/tvl-extra.css
index 71f8eacf6f..41f5041d62 100644
--- a/third_party/cgit/tvl-extra.css
+++ b/third_party/cgit/tvl-extra.css
@@ -28,3 +28,8 @@
     color: #a52714;
     background-color: #fbe9e7;
 }
+
+/* add some padding next to the logo */
+td.logo {
+    padding-right: 10px;
+}
diff --git a/web/cgit-taz/default.nix b/web/cgit-taz/default.nix
index 3c988dc753..105e141e4d 100644
--- a/web/cgit-taz/default.nix
+++ b/web/cgit-taz/default.nix
@@ -25,7 +25,7 @@ let
     enable-follow-links=1
     enable-blame=1
     mimetype-file=${mime-types}/etc/mime.types
-    logo=/plain/fun/logo/depot-logo.png
+    logo=https://tvl.fyi/static/tvl-animated.svg
 
     # Repository configuration
     repo.url=depot