From dc99ae5446be3263f036dd905ff7434c879c99d4 Mon Sep 17 00:00:00 2001 From: Mateo Gianolio Date: Mon, 6 May 2024 10:42:15 +0200 Subject: [PATCH] Styling --- .vscode/settings.json | 3 --- sphinx/_static/css/custom.css | 6 +++++- 2 files changed, 5 insertions(+), 4 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 7d8097fb..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "esbonio.sphinx.confDir": "" -} \ No newline at end of file diff --git a/sphinx/_static/css/custom.css b/sphinx/_static/css/custom.css index dc2a71e9..08764afe 100644 --- a/sphinx/_static/css/custom.css +++ b/sphinx/_static/css/custom.css @@ -112,4 +112,8 @@ html { .bd-links__title { display: none; -} \ No newline at end of file +} + +a:hover { + text-decoration: none !important; +}