From 69234b4e34aaf7767980573526968ad59b3a91a8 Mon Sep 17 00:00:00 2001 From: QuentinN42 Date: Sun, 1 May 2022 15:42:55 +0200 Subject: [PATCH] feat: sos Signed-off-by: QuentinN42 --- builder/templates/main.css | 1 + config.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/builder/templates/main.css b/builder/templates/main.css index 1a223cc..3da7fd1 100644 --- a/builder/templates/main.css +++ b/builder/templates/main.css @@ -24,6 +24,7 @@ h2 { background-size: cover !important; color: rgb({{category.txtrgb[0]}}, {{category.txtrgb[1]}}, {{category.txtrgb[2]}}) !important; text-decoration: none; + border-radius: 6px; overflow: hidden; } diff --git a/config.json b/config.json index 695e42f..3fb4017 100644 --- a/config.json +++ b/config.json @@ -28,6 +28,12 @@ "image": "https://docs.readthedocs.io/en/stable/_images/logo.png", "name": "Docs DSI", "description": "Services informatiques de Télécom Paris" + }, + { + "url": "https://sos.telecom-paris.fr/front/helpdesk.public.php", + "image": "https://adte.ca/wp-content/uploads/2018/06/logo-GLPI-500-blue-300x165.png", + "name": "SOS", + "description": "Tickets SOS de Télécom Paris" } ] },