diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-03-04T21·48+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2024-03-05T10·26+0000 |
commit | 04ac1c995c6cfd45d531b0fd73a8ea00c73a5f12 (patch) | |
tree | b7ad6cb0d121579c96c7f5d2d1831d6529dcd210 /web/volgasprint/mkdocs.yml | |
parent | 4954a39de4d4e2019ab0d6a6d736149f2c7c8e29 (diff) |
feat(web/volgasprint): add sprint logo(s) r/7651
Adds SVG versions of the logo in two colours (using the .ru flag colours, and using the standard Nix colours). The flag colours are difficult to use in some contexts because of the white background of the top, but flokli says the Nix colour version is "too similar to NixCon". Not yet decided what should go on to swag etc ... Change-Id: I1e1655e2c7ed4ed6113ddf6b5df76157de5e32cb Reviewed-on: https://cl.tvl.fyi/c/depot/+/11093 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'web/volgasprint/mkdocs.yml')
-rw-r--r-- | web/volgasprint/mkdocs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/volgasprint/mkdocs.yml b/web/volgasprint/mkdocs.yml index 3dd32cbdc69d..3407b6a1767d 100644 --- a/web/volgasprint/mkdocs.yml +++ b/web/volgasprint/mkdocs.yml @@ -5,8 +5,8 @@ repo_name: '//web/volgasprint' repo_url: 'https://code.tvl.fyi/tree/web/volgasprint' theme: name: material - logo: https://code.tvl.fyi/plain/users/tazjin/nix.svg - favicon: https://code.tvl.fyi/plain/users/tazjin/nix.svg + logo: assets/logos/volgasprint_nix.svg + favicon: assets/logos/volgasprint_nix.svg palette: primary: black accent: '#FBFBFB' |