0.0.162 style for public pages

This commit is contained in:
2023-10-01 15:48:14 +03:00
parent 53c5b2b53e
commit f421e31de1

View File

@@ -1822,7 +1822,7 @@ button#more_button{
.mid_block_static{
padding: 40px 40px 0px 40px;
width: 80%;
width: 90%;
margin: auto;
}
@@ -2462,6 +2462,19 @@ details[open] summary ~ *{
font-weight: 400;
line-height: 22px;
}
.wrapper_text_art>p>a{
color: #272424;
text-decoration: underline;
}
.wrapper_text_art>ul li{
list-style: disc;
}
.wrapper_text_art>blockquote {
padding-left: 30px;
border-left: 4px solid #e2e2e2;
font-style: italic;
}
/*END_user_articles*/