code style update
This commit is contained in:
+5
-5
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user