mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-22 23:08:14 +08:00
Add mCAPTCHA Background
This commit is contained in:
parent
cca0903a24
commit
3ccaed5b1e
32
style.css
32
style.css
@ -8815,4 +8815,34 @@ h1[id*=toc-head]::before,h2[id*=toc-head]::before,h3[id*=toc-head]::before,h4[id
|
|||||||
}
|
}
|
||||||
.bangumi-next i {
|
.bangumi-next i {
|
||||||
color: orange;
|
color: orange;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
|
mCAPTCHA
|
||||||
|
*/
|
||||||
|
#mcaptcha__widget-container {
|
||||||
|
height: 80px;
|
||||||
|
width: 80%;
|
||||||
|
background-color: #F9F9F9;
|
||||||
|
border-radius: 5px;
|
||||||
|
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
#mcaptcha__widget-container {
|
||||||
|
height: 80px;
|
||||||
|
width: 80%;
|
||||||
|
background-color: #505050;
|
||||||
|
border-radius: 5px;
|
||||||
|
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: light) {
|
||||||
|
#mcaptcha__widget-container {
|
||||||
|
height: 80px;
|
||||||
|
width: 80%;
|
||||||
|
background-color: #F9F9F9;
|
||||||
|
border-radius: 5px;
|
||||||
|
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user