transversal links : index -> text -> index -> text etc

This commit is contained in:
2020-07-10 15:37:32 +02:00
parent 2e952d4c5d
commit 826734da1a
5 changed files with 102 additions and 18 deletions
+9 -2
View File
@@ -325,12 +325,12 @@ section[role="main-content"]{
}
#text{
.content{
color: $bleuroi;
.tei{
h1{
font-size: 1.512em;
}
p{
margin-top: 0;
font-size: 1.134em;
line-height: 1.5;
span.persName,
@@ -338,6 +338,13 @@ section[role="main-content"]{
span.objectName{
font-weight: 600;
}
a{
color: $rouge;
font-weight: 600;
&.active-link{
text-decoration: underline;
}
}
}
}
}