From 1705d17ead51a60b8440a6881583e90ef1865202 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Mon, 19 Aug 2024 16:02:17 +0200 Subject: [PATCH 1/2] add: table css styling --- docs/stylesheets/extra.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 38a6b14e..df5cc34a 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -30,3 +30,18 @@ -webkit-mask-image: var(--md-admonition-icon--construction); mask-image: var(--md-admonition-icon--construction); } + +/* thead tr{ background-color: #00305d7f; } */ +thead tr{ background-color: rgb(from var(--md-primary-fg-color)r g b / 70%); } +tbody tr:nth-child(even){ background-color: rgb(from var(--md-primary-fg-color)r g b / 50%); } +tbody tr:nth-child(odd){ background-color: rgb(from var(--md-primary-fg-color)r g b / 20%); } + +table, +thead, +tbody, +tfoot, +tr, +th, +td { + border: none !important; +} From c3fd72872f86ba61cef6ed28483055d881ac9853 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Mon, 19 Aug 2024 16:31:13 +0200 Subject: [PATCH 2/2] fix: remove empty table rows --- docs/alps/vclusters.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/alps/vclusters.md b/docs/alps/vclusters.md index b3218bd1..23948887 100644 --- a/docs/alps/vclusters.md +++ b/docs/alps/vclusters.md @@ -47,7 +47,6 @@ List of currently supported Uenvs on Daint: |-------------|-------------------------------| | icon-vx:rcy | build and run icon | | prepost-vx | pre and post processing tools | -| | | ### Storage @@ -65,7 +64,6 @@ Santis is dedicated to Weather and Climate and is deployed on ~400 Grace-Hopper |-------------|-------------------------------| | icon-vx:rcy | build and run icon | | prepost-vx | pre and post processing tools | -| | | ### Storage