You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WF-Website/public/styles/styleQuote.css

22 lines
348 B

@import url(./style.css);
body.dark-mode .divQuote{
background-color: black;
width: 30%;
margin-left: 2%;
margin-top: 3%;
border-radius: 25px;
border: 2px solid transparent;
}
body.dark-mode .imgQuote{
border-radius: 15%;
width: 60%;
}
body.dark-mode .textQuote, .quote{
font-family: "Lemon", serif;
font-size: 20px;
}