편집 요약 없음 태그: 되돌려진 기여 |
편집 요약 없음 태그: 되돌려진 기여 |
||
45번째 줄: | 45번째 줄: | ||
{{#CSS: | {{#CSS: | ||
body.Liberty:is(.dark *) { | body.Liberty:is(.dark *) { | ||
background-color: # | background-color: #450a0a; | ||
} | } | ||
.nav-wrapper.navbar-fixed-top:is(.dark *) { | .nav-wrapper.navbar-fixed-top:is(.dark *) { | ||
background: transparent; | background: transparent; | ||
} | } | ||
.Liberty .content-wrapper .liberty-notice:is(.dark *) | .Liberty .content-wrapper .liberty-notice:is(.dark *) { | ||
background-color: #450a0a !important; | |||
border-color: #7f1d1d; | |||
color: #fef2f2; | |||
} | |||
.Liberty .content-wrapper .liberty-content:is(.dark *), | .Liberty .content-wrapper .liberty-content:is(.dark *), | ||
.Liberty .content-wrapper .liberty-content .liberty-content-header:is(.dark *), | .Liberty .content-wrapper .liberty-content .liberty-content-header:is(.dark *), | ||
64번째 줄: | 68번째 줄: | ||
.Liberty .nav-wrapper .navbar .dropdown-menu:is(.dark *), | .Liberty .nav-wrapper .navbar .dropdown-menu:is(.dark *), | ||
.Liberty .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:is(.dark *) { | .Liberty .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button:is(.dark *) { | ||
background-color: # | background-color: #7f1d1d; | ||
border-color: # | border-color: #b91c1c; | ||
color: # | color: #fef2f2; | ||
} | } | ||
.fa:is(.dark *), | .fa:is(.dark *), | ||
73번째 줄: | 77번째 줄: | ||
.Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:is(.dark *), | .Liberty .content-wrapper .liberty-content .liberty-content-header .content-tools .tools-btn:is(.dark *), | ||
.Liberty .nav-wrapper .navbar .form-inline .form-control:is(.dark *) { | .Liberty .nav-wrapper .navbar .form-inline .form-control:is(.dark *) { | ||
border-color: # | border-color: #b91c1c; | ||
color: # | color: #fef2f2; | ||
} | } | ||
.Liberty .content-wrapper .liberty-content .liberty-content-header .title > h1:is(.dark *) { | .Liberty .content-wrapper .liberty-content .liberty-content-header .title > h1:is(.dark *) { | ||
color: # | color: #fef2f2; | ||
} | } | ||
.Liberty .content-wrapper .liberty-content .liberty-content-main h1:is(.dark *), | .Liberty .content-wrapper .liberty-content .liberty-content-main h1:is(.dark *), | ||
85번째 줄: | 89번째 줄: | ||
.Liberty .content-wrapper .liberty-content .liberty-content-main h5:is(.dark *), | .Liberty .content-wrapper .liberty-content .liberty-content-main h5:is(.dark *), | ||
.Liberty .content-wrapper .liberty-content .liberty-content-main h6:is(.dark *) { | .Liberty .content-wrapper .liberty-content .liberty-content-main h6:is(.dark *) { | ||
border-bottom-color: # | border-bottom-color: #b91c1c; | ||
} | } | ||
a:is(.dark *) { | a:is(.dark *) { | ||
color: # | color: #fed7aa; | ||
} | } | ||
a.external:is(.dark *) { | a.external:is(.dark *) { | ||
color: # | color: #d9f99d; | ||
} | } | ||
}} | }} |