diff --git a/assets/css/app.scss b/assets/css/app.scss
index 94e01aa..4000006 100644
--- a/assets/css/app.scss
+++ b/assets/css/app.scss
@@ -399,7 +399,7 @@ section[role="main-content"]{
>li{
padding:0 0 $base-line / 2 0;
h3{
- @include title2black;
+ @include title1black;
padding:0 0 $base-line / 2 0;
color: $bleuroi;
}
@@ -408,9 +408,13 @@ section[role="main-content"]{
// padding:0 0 0.5em 0;
section{
h4{
- @include title3black;
+ // @include title3black;
+ @include title4grey;
+ color: $grisfonce;
+ font-weight: 400;
display: inline-block;
a{
+
span.form{
font-style: italic;
}
@@ -472,15 +476,19 @@ section[role="main-content"]{
>li{
margin: 0 0 1em 0;
h3{
- @include title2black;
+ @include title1black;
padding:0 0 $base-line / 2 0;
}
li{
margin: 0 0 0.5em 0;
h4{
- @include title3black;
+ // @include title3black;
+ @include title4grey;
+ color: $grisfonce;
+ font-weight: 400;
display: inline-block;
a{
+
span.edition{
font-style: italic;
}
@@ -489,11 +497,6 @@ section[role="main-content"]{
}
}
}
- a{
- @include title4grey;
- color: $grisfonce;
- font-weight: 400;
- }
}
nav{
h3{
diff --git a/src/components/Content/Forme.vue b/src/components/Content/Forme.vue
index 75bd314..eda07b6 100644
--- a/src/components/Content/Forme.vue
+++ b/src/components/Content/Forme.vue
@@ -10,7 +10,7 @@
@click.prevent="onGoToText"
@keyup.enter="onGoToText"
>
- {{ oc.title }} ( {{ editionTitle }} )
+ ( {{ editionTitle }} )
diff --git a/src/components/Content/Occurence.vue b/src/components/Content/Occurence.vue
index 9d10b35..f08dcb3 100644
--- a/src/components/Content/Occurence.vue
+++ b/src/components/Content/Occurence.vue
@@ -9,7 +9,7 @@
@click.prevent="onGoToText"
@keyup.enter="onGoToText"
>
- {{ oc.title }} ( "{{ oc.form }}" )
+ ( "{{ oc.form }}" )