Skip to content

Commit 190322e

Browse files
author
Saeid Darvish
committed
fixed style
1 parent 120a2dd commit 190322e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

source/_templates/sphinx_minoo_theme/includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{% if theme_direction == "ltr" %}
4040
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-ltr.css', 1) }}">
4141
{% else %}
42-
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-20230401.css', 1) }}">
42+
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-20230424.css', 1) }}">
4343
{% endif %}
4444

4545
{%- block linktags %}

source/_templates/sphinx_minoo_theme/static/minoo-20230401.css renamed to source/_templates/sphinx_minoo_theme/static/minoo-20230424.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -275,18 +275,18 @@ a.hover{background-color:#4CAF50;}
275275
.toctree-wrapper li.make-red >a{background-color:#ec407a;}
276276
.toctree-wrapper .make-red >a:hover{border-right:5px #f48fb1 solid;}
277277
.toctree-wrapper li.make-red.toctree-l1 i{color:#f48fb1!important;}
278-
.toctree-wrapper li.make-red>ul>li>a{background-color:#f48fb1;}
279-
.toctree-wrapper li.make-red>ul>li>a:hover{border-right:5px #ec407a solid;}
278+
.toctree-wrapper li.make-red>ul>li>a,.toctree-wrapper li.make-red>ul>li>ul>li>a{background-color:#f48fb1;}
279+
.toctree-wrapper li.make-red>ul>li>a:hover,.toctree-wrapper li.make-red>ul>li>ul>li>a:hover{border-right:5px #ec407a solid;}
280280

281281
.toctree-wrapper li.make-green >a{background-color:#00695c;}
282282
.toctree-wrapper .make-green >a:hover{border-right:5px #4db6ac solid;}
283283
.toctree-wrapper li.make-green.toctree-l1 i{color:#4db6ac!important;}
284-
.toctree-wrapper li.make-green>ul>li>a{background-color:#4db6ac;}
285-
.toctree-wrapper li.make-green>ul>li>a:hover{border-right:5px #00695c solid;}
284+
.toctree-wrapper li.make-green>ul>li>a,.toctree-wrapper li.make-green>ul>li>ul>li>a{background-color:#4db6ac;}
285+
.toctree-wrapper li.make-green>ul>li>a:hover,.toctree-wrapper li.make-green>ul>li>ul>li>a:hover{border-right:5px #00695c solid;}
286286

287287
.toctree-wrapper li.make-black >a{background-color:#37474f;}
288288
.toctree-wrapper .make-black >a:hover{border-right:5px #90a4ae solid;}
289289
.toctree-wrapper li.make-black.toctree-l1 i{color:#90a4ae!important;}
290-
.toctree-wrapper li.make-black>ul>li>a{background-color:#90a4ae;}
291-
.toctree-wrapper li.make-black>ul>li>a:hover{border-right:5px #37474f solid;}
290+
.toctree-wrapper li.make-black>ul>li>a,.toctree-wrapper li.make-black>ul>li>ul>li>a{background-color:#90a4ae;}
291+
.toctree-wrapper li.make-black>ul>li>a:hover,.toctree-wrapper li.make-black>ul>li>ul>li>a:hover{border-right:5px #37474f solid;}
292292

0 commit comments

Comments
 (0)