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" } ] },