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