style: Update truth titles, change style of hr

Center the truth titles and add a border with the body, padding accordingly.
To no overload the page and maintain connection, make the hr dotted and match the color.
This commit is contained in:
trotFunky 2024-07-26 19:52:02 +01:00
parent 07d8cf42d7
commit 36be6b51ae

View file

@ -23,6 +23,12 @@
padding-bottom: 2em; padding-bottom: 2em;
} }
.individual_truth > h3 {
text-align: center;
padding-bottom: 4px;
border-bottom: slategray solid 0.15em;
}
.editor { .editor {
width: calc(100% - 1.25em); /* The width is calculated *inside* the padding, so adjust for it. */ width: calc(100% - 1.25em); /* The width is calculated *inside* the padding, so adjust for it. */
height: 6eM; height: 6eM;
@ -77,8 +83,8 @@
hr { hr {
border: none; border: none;
border-top: 2px solid #9ec5fe; border-top: 2px dotted slategray;
color: #9ec5fe; color: slategray;
overflow: visible; overflow: visible;
text-align: center; text-align: center;
height: 5px; height: 5px;