We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f27ff8 commit b2ecde2Copy full SHA for b2ecde2
assets/css/style.css
@@ -113,6 +113,8 @@ body {
113
position: relative;
114
min-height: 100vh;
115
margin: 0;
116
+ color: black;
117
+ background-color: white;
118
}
119
120
h1 {
@@ -121,7 +123,16 @@ h1 {
121
123
122
124
h2, h3, h4, h5, h6 {
125
font-size: 1rem;
- display: inline;
126
+ display: block;
127
+ margin-top: 2rem;
128
+}
129
+
130
+hr {
131
132
+ border-left: 0;
133
+ border-right: 0;
134
+ border-top: 0;
135
+ border-bottom: 1px solid black;
136
137
138
pre {
0 commit comments