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:
Nate Butler 2025-03-25 08:22:01 -04:00 committed by GitHub
parent d40f8889b9
commit f1a9fdddab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 97 additions and 41 deletions

View file

@ -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;