site

Website's source files.
Log | Files | Refs | Submodules | LICENSE

commit d3cd9926192f266a5e1f7cc645140cc74c03e901
parent 830a8300126fdf2790f7d4f04e24556439644585
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Sat, 22 Jan 2022 14:13:45 -0800

HR dashed line breaks

Diffstat:
Mpublic/css/terminal.css | 15++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/public/css/terminal.css b/public/css/terminal.css @@ -110,7 +110,7 @@ h4 { padding: 0; } -.twin p { +.twin p, span { margin: 0 auto; padding: 0; white-space: pre-wrap; @@ -123,6 +123,19 @@ h4 { text-shadow: 0 0 4px var(--bisque4); } +.prompt-break { + content: '-'; + background-position: center; + background-color: transparent; + background-repeat: repeat-x; + border: none; + border-top: 3px double #333; + color: #333; + overflow: visible; + text-align: center; + height: 0.2em; +} + .prompt2 { color: var(--blue); text-shadow: 0 0 4px var(--blue);