update `public_html` static files
parent
b7f6fb4fff
commit
cc474ac7ae
|
@ -235,7 +235,7 @@ img, svg {
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: underline solid var(--blue) 1pt;
|
text-decoration: underline solid var(--md-formatting-color) 1pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:active {
|
a:active {
|
||||||
|
@ -258,7 +258,7 @@ code {
|
||||||
:not(pre)>code::before,
|
:not(pre)>code::before,
|
||||||
:not(pre)>code::after {
|
:not(pre)>code::after {
|
||||||
content: "`";
|
content: "`";
|
||||||
color: var(--blue);
|
color: var(--md-formatting-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
em {
|
em {
|
||||||
|
@ -402,6 +402,11 @@ a.footnote-ref sup::after {
|
||||||
content: "]";
|
content: "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.footnote-ref:active sup::before,
|
||||||
|
a.footnote-ref:active sup::after {
|
||||||
|
color: var(--red);
|
||||||
|
}
|
||||||
|
|
||||||
#footnotes>ol {
|
#footnotes>ol {
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
padding-left: unset;
|
padding-left: unset;
|
||||||
|
@ -416,17 +421,7 @@ a.footnote-ref sup::after {
|
||||||
}
|
}
|
||||||
|
|
||||||
#footnotes a.footnote-back {
|
#footnotes a.footnote-back {
|
||||||
visibility: hidden;
|
color: var(--md-formatting-color);
|
||||||
position: relative;
|
|
||||||
color: var(--blue);
|
|
||||||
}
|
|
||||||
|
|
||||||
#footnotes a.footnote-back::after {
|
|
||||||
visibility: visible;
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
content: "[<-]";
|
|
||||||
text-decoration: underline solid 1pt;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#footnotes a.footnote-back:active {
|
#footnotes a.footnote-back:active {
|
||||||
|
@ -453,7 +448,7 @@ div.horizontal>* {
|
||||||
/* internal links */
|
/* internal links */
|
||||||
|
|
||||||
a.internal-next {
|
a.internal-next {
|
||||||
color: var(--blue);
|
color: var(--md-formatting-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
a.internal-next:active {
|
a.internal-next:active {
|
||||||
|
|
Loading…
Reference in New Issue