Skip to content

Commit 5eda154

Browse files
author
Saeid Darvish
committed
fix h2 a style
1 parent a329caf commit 5eda154

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

source/_templates/sphinx_minoo_theme/includes/header.html

+1-1
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-20240216-2.css', 1) }}">
42+
<link rel="stylesheet" type=text/css href="{{ pathto('_static/minoo-20240218.css', 1) }}">
4343
{% endif %}
4444

4545
{%- block linktags %}

source/_templates/sphinx_minoo_theme/static/minoo-20240216-2.css renamed to source/_templates/sphinx_minoo_theme/static/minoo-20240218.css

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ a,ul>li>a,ol>li>a{text-decoration:none!important;color:#5C6BC0;padding:0}
2020
a,ul>li>p>a,ol>li>p>a{text-decoration:none!important;color:#5C6BC0;padding:0}
2121
a:hover,ul>li>a:hover,ol>li>a:hover{color:#66BB6A}
2222
a:hover,ul>li>p>a:hover,ol>li>p>a:hover{color:#66BB6A}
23+
h1 a:hover{color:#66BB6A}
24+
h2 a:hover{color:#ffffff !important}
2325
li>p{margin:0px !important}
2426
i{vertical-align:middle}
2527
h1,h2,h3,h4,h5,h6{font-weight:bold;color:#000000;display:inline-block}

0 commit comments

Comments
 (0)