feat(web/cgit): Use new logo in cgit page

Change-Id: I5212b235aa2a72c90e4795dce4c9fccfa00ddec3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3629
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
Vincent Ambo 2021-09-24 17:34:04 +03:00 committed by tazjin
parent 05074550fe
commit e5c3b9d391
4 changed files with 6 additions and 1 deletions

View file

@ -28,3 +28,8 @@
color: #a52714;
background-color: #fbe9e7;
}
/* add some padding next to the logo */
td.logo {
padding-right: 10px;
}