Skip to content

Commit 74728fa

Browse files
authored
Enhance preformatted text styling and author list
Added styling for preformatted text and modified author list formatting.
1 parent 218af9c commit 74728fa

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@
3232
margin-right: auto;
3333
}
3434

35+
pre {
36+
background: #f5f5f5 !important;
37+
color: #111 !important;
38+
border: 1px solid #e5e5e5;
39+
padding: 1rem;
40+
border-radius: 8px;
41+
overflow-x: auto;
42+
}
43+
3544
pre code {
3645
background: transparent !important;
3746
color: inherit !important;
@@ -96,7 +105,7 @@ <h1 class="title is-3 publication-title">SAMAnnot</h1>
96105
<p style="font-size: 1.05rem; margin-bottom: 0.25rem;">
97106
<strong>
98107
Gergely Dinya<sup>1</sup>, Andr&aacute;s Gelencs&eacute;r<sup>1</sup>, Krisztina Kup&aacute;n<sup>2</sup>,
99-
Clemens K&uuml;pper<sup>2</sup>, Krist&oacute;f Karacs<sup>3</sup>, Anna Gelencs&eacute;r-Horv&aacute;th<sup>1,3</sup><sup>*</sup>
108+
Clemens K&uuml;pper<sup>2</sup>, Krist&oacute;f Karacs<sup>3</sup>, <br>Anna Gelencs&eacute;r-Horv&aacute;th<sup>1,3</sup><sup>*</sup>
100109
</strong>
101110
</p>
102111

0 commit comments

Comments
 (0)