bonsai-web/components/Blog/BlogComponents/styleBlog.css

21 lines
268 B
CSS

h2 {
color: rgb(0, 49, 155);
font-weight: 700;
margin-top: 15px;
margin-bottom: 2px;
}
p {
color: rgb(54, 54, 54);
font-weight: 400;
}
h3 {
color: rgb(216, 16, 16);
font-weight: 600;
margin-top: 15px;
margin-bottom: 2px;
margin-right: 10px;
}