Add line breaks, restyle them

This commit is contained in:
2020-09-27 16:39:02 -05:00
parent df9b6c15d8
commit 61d8592764
2 changed files with 4 additions and 4 deletions

View File

@@ -10,6 +10,7 @@
:root {
--background-bright: #fdfcfa;
--background: #ecebe9;
--line: #d6d5d3;
--link: #286a9d;
--link-hover: #3ea5f3;
--shadow: 8px -5px #d6d5d3;
@@ -72,7 +73,7 @@ a.quickbutton:hover {
div.break {
width: 4em;
margin: 2em auto;
border-bottom: 3px double var(--text);
border-bottom: 3px double var(--line);
}
img.bigimg {
border-radius: 8px;