|
77 | 77 | font-size: 13px;
|
78 | 78 | }
|
79 | 79 |
|
| 80 | +.rspress-doc .rspress-directive a { |
| 81 | + font-weight: 500; |
| 82 | + transition: color 0.25s; |
| 83 | +} |
| 84 | + |
80 | 85 | .rspress-doc .rspress-directive.tip,
|
81 | 86 | .rspress-doc .rspress-directive.note,
|
82 | 87 | .rspress-doc .rspress-directive.info {
|
|
100 | 105 | .rspress-doc .rspress-directive.tip a,
|
101 | 106 | .rspress-doc .rspress-directive.note a,
|
102 | 107 | .rspress-doc .rspress-directive.info a {
|
103 |
| - font-weight: 500; |
104 | 108 | color: var(--rp-container-info-text);
|
105 |
| - transition: color 0.25s; |
106 | 109 | }
|
107 | 110 |
|
108 | 111 | .rspress-doc .rspress-directive.tip a:hover,
|
|
126 | 129 | }
|
127 | 130 |
|
128 | 131 | .rspress-doc .rspress-directive.warning a {
|
129 |
| - font-weight: 500; |
130 | 132 | color: var(--rp-container-warning-text);
|
131 |
| - transition: color 0.25s; |
132 | 133 | }
|
133 | 134 |
|
134 | 135 | .rspress-doc .rspress-directive.warning a:hover {
|
|
154 | 155 |
|
155 | 156 | .rspress-doc .rspress-directive.caution a,
|
156 | 157 | .rspress-doc .rspress-directive.danger a {
|
157 |
| - font-weight: 500; |
158 | 158 | color: var(--rp-container-danger-text);
|
159 |
| - transition: color 0.25s; |
160 | 159 | }
|
161 | 160 |
|
162 | 161 | .rspress-doc .rspress-directive.caution a:hover,
|
|
179 | 178 | }
|
180 | 179 |
|
181 | 180 | .rspress-doc .rspress-directive.details a {
|
182 |
| - font-weight: 500; |
183 | 181 | color: var(--rp-container-details-link);
|
184 |
| - transition: color 0.25s; |
185 | 182 | }
|
186 | 183 |
|
187 | 184 | .rspress-doc .rspress-directive.details a:hover {
|
|
0 commit comments