mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
update css for footer content
This commit is contained in:
parent
4647a67035
commit
26d0ced755
1 changed files with 22 additions and 27 deletions
|
@ -13,6 +13,28 @@
|
||||||
opacity: 0.80;
|
opacity: 0.80;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Footer tweaks */
|
||||||
|
.copyright {
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.powered_by {
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 1.1rem;
|
||||||
|
color: var(--muted);
|
||||||
|
}
|
||||||
|
|
||||||
|
.powered_by a:link, .powered_by a:visited {
|
||||||
|
color: var(--off-fg);
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.powered_by a:hover {
|
||||||
|
color: var(--hover);
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
/* Notice CSS Built on hugo-notice by Nicolas Martignoni: https://github.com/martignoni/hugo-notice */
|
/* Notice CSS Built on hugo-notice by Nicolas Martignoni: https://github.com/martignoni/hugo-notice */
|
||||||
.notice {
|
.notice {
|
||||||
--root-color: #444;
|
--root-color: #444;
|
||||||
|
@ -134,31 +156,4 @@ body.dark .notice {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Insert prompt char ::before on every line in command codeblocks */
|
|
||||||
/* .command .line {display: inherit;}
|
|
||||||
.command .line::before {
|
|
||||||
color: var(--base07);
|
|
||||||
content: "$ ";
|
|
||||||
}
|
|
||||||
|
|
||||||
.commandroot .line {display: inherit;}
|
|
||||||
.commandroot .line::before {
|
|
||||||
color: var(--base08);
|
|
||||||
content: "# ";
|
|
||||||
} */
|
|
||||||
|
|
||||||
/* Insert prompt char ::before on first line in cmd-session codeblocks
|
|
||||||
(These are useful for showing returned values from commands)
|
|
||||||
*/
|
|
||||||
/* .command-session .line {display: inherit;}
|
|
||||||
.command-session code::before {
|
|
||||||
color: var(--base07);
|
|
||||||
content: "$ ";
|
|
||||||
}
|
|
||||||
|
|
||||||
.commandroot-session .line {display: inherit;}
|
|
||||||
.commandroot-session code::before {
|
|
||||||
color: var(--base08);
|
|
||||||
content: "# ";
|
|
||||||
} */
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue