nav is going on in header menu

This commit is contained in:
2020-02-27 15:07:17 +01:00
parent 62bde64b7b
commit 6c4f38f017
16 changed files with 436 additions and 120 deletions
+21 -1
View File
@@ -14,6 +14,12 @@ body{
#root{
}
.red{
background-color: red;
color:white;
}
header[role="banner"]{
div.wrapper{
display: grid;
@@ -116,7 +122,7 @@ section[role="main-content"]{
}
}
#corpus, .index{
#list-corpus, .index{
>header>h1{
font-family: "noto_sans";
color: $rouge;
@@ -140,6 +146,20 @@ section[role="main-content"]{
.index{
}
#texts{
.text-title{
font-size: 1.323em;
color: $bleuroi;
font-weight: 400;
margin:0;
}
span.placeName,
span.objectName,
span.persName{
font-weight: 600;
}
}
#text{
.content{
color: $bleuroi;