This is an automated email from the ASF dual-hosted git repository. machristie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
commit 31a891395885e119e9d1abedca19cdc7d13c97d0 Author: Marcus Christie <[email protected]> AuthorDate: Thu Jun 17 09:58:55 2021 -0400 tutorial: update tab style to match admonitions --- docs/assets/css/pymdownx.tabbed.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/assets/css/pymdownx.tabbed.css b/docs/assets/css/pymdownx.tabbed.css index 6a744c2..21f6ce1 100644 --- a/docs/assets/css/pymdownx.tabbed.css +++ b/docs/assets/css/pymdownx.tabbed.css @@ -14,7 +14,8 @@ order: 99; width: 100%; background-color: #e7f2fa; - padding: 0.25em; + padding: 0.5em; + border-top: 1px solid #6ab0de; } .tabbed-set label { @@ -37,8 +38,8 @@ } .tabbed-set input:nth-child(n + 1):checked + label { - /* color: #ff5252; */ - background-color: #e7f2fa; + background: #6ab0de; + color: #fff; } .tabbed-set input:nth-child(n + 1):checked + label + .tabbed-content {
