diff --git a/css/details.css b/css/details.css index 5684ae3..239976d 100644 --- a/css/details.css +++ b/css/details.css @@ -47,6 +47,9 @@ .boxbox.admission::after { background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec); } +.boxbox.isme .admission-title { + display: none; +} .boxbox::after { content: ""; position: absolute; diff --git a/css/details.less b/css/details.less index 3251bc0..9ea1e36 100644 --- a/css/details.less +++ b/css/details.less @@ -55,6 +55,12 @@ } } + &.isme { + .admission-title { + display: none; + } + } + &::after { content: ""; position: absolute;