Skip to content

Commit b1e9fd6

Browse files
committed
styles fix
1 parent 0d7faa6 commit b1e9fd6

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

_static/css/markdown.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
text-align: center;
1111
}
1212

13-
h1.head-title {
13+
.head-title h1 {
1414
color: var(--sy-c-link-hover);
1515
}
1616

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
myst_enable_extensions = [
219219
"amsmath",
220220
"attrs_inline",
221+
"attrs_block",
221222
"colon_fence",
222223
"deflist",
223224
"dollarmath",

index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@ layout: landing
33
description: Python Perú
44
---
55

6-
````{rst-class} head-title
6+
{.head-title}
77
# Python Perú
88

9-
```{rst-class} lead
9+
{.lead}
1010
¡Bienvenidos a la Comunidad Peruana de Python!
11-
```
1211

13-
````
1412

1513
````{rst-class} head-button
1614
:::{container} buttons

0 commit comments

Comments
 (0)