바뀜

371 바이트 추가됨 ,  2025년 6월 10일 (화)
잔글
편집 요약 없음
23번째 줄: 23번째 줄:  
     box-shadow: none !important;
 
     box-shadow: none !important;
 
     padding: 10px 0 !important;
 
     padding: 10px 0 !important;
 +
    color: #333 !important;
 
}
 
}
   29번째 줄: 30번째 줄:  
     background: transparent !important;
 
     background: transparent !important;
 
     box-shadow: none !important;
 
     box-shadow: none !important;
 +
    padding: 0 !important;
 +
    margin: 0 !important;
 +
    color: inherit !important;
 +
}
 +
 +
.liberty-notice .close {
 +
    display: none !important;
 +
}
 +
 +
.liberty-notice .alert-dismissible {
 +
    padding-right: 0 !important;
 +
}
 +
 +
/* 다크 모드 대응 */
 +
@media (prefers-color-scheme: dark) {
 +
    .liberty-notice {
 +
        color: #ddd !important;
 +
    }
 
}
 
}