docs: Improve Git page (#26566)
Release Notes: - N/A --------- Co-authored-by: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
This commit is contained in:
co-authored by
Danilo Leal
Danilo Leal
parent
d40f8889b9
commit
f1a9fdddab
Vendored
+10
-11
@@ -168,12 +168,12 @@ h6:target::before {
|
||||
margin: 0;
|
||||
}
|
||||
.content ol {
|
||||
marker: none;
|
||||
line-height: 1.8;
|
||||
|
||||
padding-left: 2em;
|
||||
::marker {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
li {
|
||||
padding-left: 0;
|
||||
}
|
||||
@@ -182,9 +182,6 @@ h6:target::before {
|
||||
line-height: 1.8;
|
||||
padding-left: 1.8em;
|
||||
}
|
||||
.content li {
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
.content a {
|
||||
text-decoration: underline;
|
||||
text-decoration-color: var(--link-line-decoration);
|
||||
@@ -261,12 +258,13 @@ blockquote > p {
|
||||
}
|
||||
|
||||
blockquote:before {
|
||||
--size: 1.4rem;
|
||||
position: absolute;
|
||||
content: "ⓘ";
|
||||
margin: 0.3rem 0;
|
||||
width: 1.6rem;
|
||||
height: 1.6rem;
|
||||
font-size: 1.6rem;
|
||||
width: var(--size);
|
||||
height: var(--size);
|
||||
font-size: var(--size);
|
||||
font-weight: bold;
|
||||
color: var(--icons);
|
||||
display: flex;
|
||||
@@ -294,12 +292,13 @@ blockquote .warning:before {
|
||||
}
|
||||
|
||||
.warning:before {
|
||||
--size: 1.4rem;
|
||||
position: absolute;
|
||||
content: "ⓘ";
|
||||
margin: 0.3rem 0;
|
||||
width: 1.6rem;
|
||||
height: 1.6rem;
|
||||
font-size: 1.6rem;
|
||||
width: var(--size);
|
||||
height: var(--size);
|
||||
font-size: var(--size);
|
||||
font-weight: bold;
|
||||
color: var(--warning-icon);
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user