code style update

This commit is contained in:
GURU SABARISH
2020-09-30 22:49:02 +05:30
committed by GitHub
parent ead5bbc695
commit 06aaf3b013
+5 -5
View File
@@ -67,7 +67,7 @@ article tbody tr:hover {
} }
article img { article img {
max-width: 100%; width: 100%;
} }
article caption, article caption,
@@ -79,12 +79,12 @@ figcaption {
article pre { article pre {
margin: 5px; margin: 5px;
background-color: lavender;
padding: 5%; padding: 5%;
font-size: 15px; font-size: 18px;
max-height: 400px; max-height: 400px;
background-color: lavender !important; border-radius: 2%;
color: darkseagreen !important; background-color: #1f618d !important;
color: white;
} }
article pre>code { article pre>code {