generated from gitea_admin/default
dev
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
color: var(--c-brand_rouge);
|
||||
}
|
||||
h3 {
|
||||
padding-bottom: 5px;
|
||||
padding-bottom: 10px;
|
||||
font-weight: var(--fw-semibold);
|
||||
font-size: 26px;
|
||||
}
|
||||
@@ -141,6 +141,14 @@
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
em {
|
||||
font-style: var(--fi-hight);
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight: var(--fw-semibold);
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: var(--c-brand_rouge-weak);
|
||||
@@ -151,6 +159,7 @@
|
||||
ol {
|
||||
list-style: none;
|
||||
margin: 0 0 5px;
|
||||
padding-top: 5px;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
@@ -158,7 +167,7 @@
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding-left: 23px;
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
}
|
||||
|
||||
@@ -214,10 +223,11 @@
|
||||
|
||||
// Espace uniquement avant un titre s'il suit un bloc de contenu
|
||||
&--p + &__h,
|
||||
&--ul + &__h,
|
||||
&--ol + &__h,
|
||||
&--quote + &__h {
|
||||
ul + &__h,
|
||||
ol + &__h,
|
||||
blockquote + &__h {
|
||||
margin-top: 13px;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user