Skip to content

Commit 12d3ff0

Browse files
authored
Change class selectors to element selectors
1 parent 8cb39c6 commit 12d3ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binderhub/static/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,11 @@ h4 {
251251
}
252252

253253
/*reduce font size of h1 and h2 so the initial design when h3 and h4 tags were used respectively is retained*/
254-
.first-level-header{
254+
h1{
255255
font-size:1.25em;
256256
}
257257

258-
.second-level-header{
258+
h2{
259259
font-size:1.125em;
260260
}
261261

0 commit comments

Comments
 (0)