미디어위키:Liberty.css: 두 판 사이의 차이

편집 요약 없음
태그: 되돌려진 기여
편집 요약 없음
태그: 되돌려진 기여
12번째 줄: 12번째 줄:
background:  linear-gradient(to right, #00a495, #0ac184)
background:  linear-gradient(to right, #00a495, #0ac184)


}
@media (prefers-color-scheme: dark) {
.Liberty .nav-wrapper {
background:  #2e3033;
}
}
}

2025년 7월 1일 (화) 06:03 판

.mw-headline a {
  margin-right: 6px;
}

.liberty-content-header {
	border-bottom: 0.8px !important;
}

.Liberty .nav-wrapper {
	min-height: 2.8rem;
	z-index: 1001;
	background:  linear-gradient(to right, #00a495, #0ac184)

}

@media (prefers-color-scheme: dark) {
		.Liberty .nav-wrapper {
			background:  #2e3033;
		}
}