5번째 줄: 5번째 줄:
 
body, .Liberty, .dropdown-menu {
 
body, .Liberty, .dropdown-menu {
 
background-color: black!important;
 
background-color: black!important;
color: white;
+
color: #DDD;
 
}
 
}
  
20번째 줄: 20번째 줄:
 
textarea { background: black; }
 
textarea { background: black; }
  
.Liberty .content-wrapper .liberty-content .liberty-content-header .title>h1 { color: white; }
+
.Liberty .content-wrapper .liberty-content .liberty-content-header .title>h1 { color: #DDD; }
  
.btn-secondary { background: transparent; color: white; }
+
.btn-secondary { background: transparent; color: #DDD; }

2019년 11월 4일 (월) 03:15 판

ul.footer-icons, ul.footer-places, li.footer-info-copyright, div.hiddencats {
	display: none!important;
}

body, .Liberty, .dropdown-menu {
	background-color: black!important;
	color: #DDD;
}

.liberty-content-header, .liberty-footer {
	background-color: #1f2023!important;
	border: 1px solid #1f2023!important;
}

.Liberty .content-wrapper .liberty-content .liberty-content-main {
	background-color: black!important;
	border: 1px solid black!important;
}

textarea { background: black; }

.Liberty .content-wrapper .liberty-content .liberty-content-header .title>h1 { color: #DDD; }

.btn-secondary { background: transparent; color: #DDD; }