diff --git a/nullboard.html b/nullboard.html index 2de1d64..410d3b7 100644 --- a/nullboard.html +++ b/nullboard.html @@ -846,16 +846,14 @@ /***/ .config .bulk .section .title { text-align: center; - cursor: default; width: 0; display: inline-block; white-space: pre; - cursor: pointer; transition: width 250ms, padding 250ms; } - .config .bulk .section .title i { - font-style: normal; + .config .bulk .section .title u { + text-decoration: none; transition: opacity 100ms; } @@ -884,7 +882,7 @@ transition: width 250ms, padding 250ms; } - .config .bulk .section.open .title i { + .config .bulk .section.open .title u { opacity: 0; transition: opacity 100ms; } @@ -1309,7 +1307,7 @@