Skip to content

Commit e90a340

Browse files
author
Saeid Darvish
authored
Merge pull request #33 from saeiddrv/draft
add make-colors class to main css
2 parents 3d17af8 + 8db059a commit e90a340

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

_templates/sphinx_minoo_theme/includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
{% if theme_direction == "ltr" %}
3939
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-ltr.css', 1) }}">
4040
{% else %}
41-
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-20210327.css', 1) }}">
41+
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-20210327-2.css', 1) }}">
4242
{% endif %}
4343

4444
{%- block linktags %}

_templates/sphinx_minoo_theme/static/minoo-20210327.css renamed to _templates/sphinx_minoo_theme/static/minoo-20210327-2.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,15 +401,17 @@ a.hover{
401401
.toctree-wrapper .make-red >a:hover {border-right: 5px #f48fb1 solid;}
402402
.toctree-wrapper li.make-red.toctree-l1 i {color: #f48fb1!important;}
403403
.toctree-wrapper li.make-red>ul>li>a {background-color: #f48fb1;}
404+
.toctree-wrapper li.make-red>ul>li>a:hover {border-right: 5px #ec407a solid;}
404405

405406
.toctree-wrapper li.make-green >a {background-color: #00695c;}
406407
.toctree-wrapper .make-green >a:hover {border-right: 5px #4db6ac solid;}
407408
.toctree-wrapper li.make-green.toctree-l1 i {color: #4db6ac!important;}
408409
.toctree-wrapper li.make-green>ul>li>a {background-color: #4db6ac;}
409-
410+
.toctree-wrapper li.make-green>ul>li>a:hover {border-right: 5px #00695c solid;}
410411

411412
.toctree-wrapper li.make-black >a {background-color: #37474f;}
412413
.toctree-wrapper .make-black >a:hover {border-right: 5px #90a4ae solid;}
413414
.toctree-wrapper li.make-black.toctree-l1 i {color: #90a4ae!important;}
414415
.toctree-wrapper li.make-black>ul>li>a {background-color: #90a4ae;}
416+
.toctree-wrapper li.make-black>ul>li>a:hover {border-right: 5px #37474f solid;}
415417

0 commit comments

Comments
 (0)