added weekly quotes"

This commit is contained in:
2023-05-28 20:17:59 +02:00
parent 2da0f86399
commit bcf8ca6eaf
2 changed files with 20 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 B

View File

@@ -260,3 +260,23 @@ blockquote {
opacity:0.6; opacity:0.6;
margin-bottom:0; margin-bottom:0;
} }
.daily-icon{
text-align:center;
}
.daily-quote{
line-height:1.33;
color:#666566;
font-family:lyon-display,Georgia,Cambria,"Times New Roman",Times,serif;
font-size:2.25em;
text-align:center;
-webkit-transition:.15s;
-o-transition:.15s;
-moz-transition:.15s;transition:.15s;
}
.daily-quote-author{
color:#999;
font-style:normal;
font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
text-align:center;
}