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