mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
More specific CSS selection and style <pre>
More specific CSS selection r educes margin on other list items Better distinguish <pre> content on blog
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
li {
|
||||
.blog-post {
|
||||
margin: 0 0 @margin-lg 0;
|
||||
}
|
||||
.card-header {
|
||||
@@ -38,4 +38,10 @@
|
||||
font-size: small;
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
border: 1px solid @ol-blue-gray-2;
|
||||
border-radius: @border-radius-base;
|
||||
padding: @padding-sm;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user