css edit after vendor update

This commit is contained in:
constantinos 2023-07-12 18:49:52 +03:00
parent c48adc23e9
commit 4b86b434eb

View file

@ -34,16 +34,15 @@ table{
border-spacing:0;
background-color:#fff9f9;
border-left:1px red solid;
border-right:1px red solid;
margin-left:1rem
border-right:1px red solid; /*edit anybody */
margin-left:1rem;
}
td,th{
padding:0;
vertical-align:top;
padding-right:1rem;
padding-left:1rem;
padding-bottom:.5rem;
padding-bottom:.5rem
}
td:not([align]),th:not([align]){
text-align:left
@ -455,17 +454,17 @@ blockquote{
pre {/*edited by anybody*/
padding-left:1rem;
border: 1px red solid;
/*border-top: 1px red solid;
border-bottom: 1px red solid;*/
/*border-top: 1px red solid;
border-bottom: 1px red solid;*/
background-color:#fff5f5;
font-size:75%;
white-space: break-spaces;
/*overflow-wrap = break-word;*/
white-space: break-spaces;
/*overflow-wrap = break-word;*/
}
code { /*edited by anybody; added background color same as in pre above*/
background-color: #fff5f5;
background-color: #fff5f5;
}
h2+p:first-letter{
h2+p:first-letter{
font-family:great vibes,cursive;
color:rgba(0,0,0,.8);
font-size:1.5em;