Add comments, increase body width
This commit is contained in:
parent
39d3ca6def
commit
723c4765ca
1 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
/*--- Custom admonition: Deprecated ---*/
|
||||
:root {
|
||||
--md-admonition-icon--deprecated: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 2h4c3.31 0 5 2.69 5 6v10.66C16.88 17.63 15.07 17 12 17s-4.88.63-7 1.66V8c0-3.31 1.69-6 5-6M8 8v1.5h8V8zm1 4v1.5h6V12zM3 22v-.69c2.66-1.69 10.23-5.47 18-.06V22z"/></svg>')
|
||||
}
|
||||
|
@ -16,6 +17,7 @@
|
|||
mask-image: var(--md-admonition-icon--deprecated);
|
||||
}
|
||||
|
||||
/*--- Custom admonition: Page Moved ---*/
|
||||
:root {
|
||||
--md-admonition-icon--page-moved: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-3.5a.75.75 0 0 1 0-1.5h3.5a.25.25 0 0 0 .25-.25V4.664a.25.25 0 0 0-.073-.177l-2.914-2.914a.25.25 0 0 0-.177-.073H3.75a.25.25 0 0 0-.25.25v6.5a.75.75 0 0 1-1.5 0z"/><path d="m5.427 15.573 3.146-3.146a.25.25 0 0 0 0-.354L5.427 8.927A.25.25 0 0 0 5 9.104V11.5H.75a.75.75 0 0 0 0 1.5H5v2.396c0 .223.27.335.427.177"/></svg>')
|
||||
}
|
||||
|
@ -34,6 +36,7 @@
|
|||
mask-image: var(--md-admonition-icon--page-moved);
|
||||
}
|
||||
|
||||
/*--- Custom icon colors ---*/
|
||||
.starcat-blue {
|
||||
color: #00FFFF;
|
||||
}
|
||||
|
@ -72,4 +75,9 @@
|
|||
}
|
||||
.quote-grey {
|
||||
color: #9E9E9E;
|
||||
}
|
||||
}
|
||||
|
||||
/*--- Increase maximum width for body text ---*/
|
||||
.md-grid {
|
||||
max-width: 85%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue