mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2024-11-28 21:13:51 +01:00
Blockquote and attempt at hr sections
This commit is contained in:
parent
78d0d2d803
commit
9b04750cf5
|
@ -50,6 +50,8 @@ footer a{text-decoration:none;}
|
|||
footer .mirror{text-align:center; color: var(--ansi11);}
|
||||
code{ background: var(--ansi00); }
|
||||
pre{ overflow-x: auto; background: var(--ansi00); padding: 1em; border-radius: 1em;}
|
||||
blockquote{ background-color: var(--ansi00); padding:0.5em; border-radius:1em;}
|
||||
hr{color: var(--ansi00);}
|
||||
.hyperbowl{ font-style: italic; font-size: 1.2em;}
|
||||
.logo{
|
||||
padding: 5pt 0;
|
||||
|
|
Loading…
Reference in a new issue