directly import setting

This commit is contained in:
cutls
2020-06-13 01:59:05 +09:00
parent df04ebca4c
commit e93f860c0c
4 changed files with 13 additions and 2 deletions

View File

@@ -48,6 +48,12 @@ html {
.first .hide-first {
display: none;
}
.hide-second {
display: none;
}
.first .hide-second {
display: inline;
}
#compt {
margin-top: 20px;