Skip to content

Commit 218af9c

Browse files
authored
Refactor CSS styles for better readability
1 parent 7340236 commit 218af9c

1 file changed

Lines changed: 36 additions & 21 deletions

File tree

index.html

Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,42 @@
1616
<link rel="stylesheet" href="style.css" />
1717

1818
<style>
19-
.publication-title {
20-
font-family: "Google Sans", "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
21-
font-weight: 700;
22-
}
23-
24-
.section-tight {
25-
padding-top: 1.25rem;
26-
padding-bottom: 1.25rem;
27-
}
28-
29-
.content-max {
30-
max-width: 860px;
31-
margin-left: auto;
32-
margin-right: auto;
33-
}
34-
35-
pre code {
36-
background: transparent !important;
37-
color: inherit !important;
38-
}
39-
</style>
19+
.publication-title {
20+
font-family: "Google Sans", "Noto Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
21+
font-weight: 700;
22+
}
23+
24+
.section-tight {
25+
padding-top: 1.25rem;
26+
padding-bottom: 1.25rem;
27+
}
28+
29+
.content-max {
30+
max-width: 860px;
31+
margin-left: auto;
32+
margin-right: auto;
33+
}
34+
35+
pre code {
36+
background: transparent !important;
37+
color: inherit !important;
38+
}
39+
40+
#paper-info pre {
41+
background: #f5f5f5 !important;
42+
color: #111 !important;
43+
border: 1px solid #e5e5e5;
44+
padding: 1rem;
45+
border-radius: 8px;
46+
overflow-x: auto;
47+
}
48+
49+
#paper-info pre code {
50+
background: transparent !important;
51+
color: inherit !important;
52+
}
53+
</style>
54+
4055
</head>
4156

4257
<body>

0 commit comments

Comments
 (0)