add forgotten css

This commit is contained in:
2024-02-01 17:17:20 +01:00
parent 42a8b607a1
commit 6aed4baf22
3 changed files with 301 additions and 0 deletions

32
src/lib/css/christ.css Normal file
View File

@@ -0,0 +1,32 @@
div.gebet{
text-align: center;
font-size: 1.25em;
}
ul {
font-size: 120%;
}
.gebet v{
margin:0;
}
.gebet v:lang(la) {
color: var(--nord6);
}
.gebet.bilingue v:lang(de){
color: grey;
}
i{
font-style: normal;
color: var(--nord11);
font-weight: 900;
}
i.txt {
font-size: 70%;
font-weight: normal;
}
v{
display: block;
}
.mobile audio{
width:70%;
}