MediaWiki:Gadget-Toastify.css:修订间差异
删除的内容 添加的内容
创建页面,内容为“→* * SPDX-License-Identifier: MIT * _addText: '{{Gadget Header|license=MIT|attribution=2018 apvarun}}' * * @base {@link https://github.com/apvarun/toastify-js} * @source {@link https://git.qiuwen.net.cn/InterfaceAdmin/QiuwenGadgets/src/branch/master/src/Toastify} * @license MIT {@link https://github.com/apvarun/toastify-js/blob/master/LICENSE}: /** * Copyright (c) 2018 apvarun * * Permission is hereby granted, free of charge, to any person obtaini…” |
小无编辑摘要 |
||
第175行:
max-width: 17.5em;
}
/* --- 改成 --- */
.client-darkmode .gadget-toastify:not(.gadget-toastify--error):not(.gadget-toastify--info):not(.gadget-toastify--success):not(.gadget-toastify--warning) {▼
@media (prefers-color-scheme: dark) {
box-shadow: none;▼
▲
border: 5px solid #c8ccd1;▼
▲ box-shadow: none;
▲ border: 5px solid #c8ccd1;
.client-darkmode .gadget-toastify a,▼
}
.client-darkmode .gadget-toastify a:hover,▼
color: #000 !important;▼
▲ color: #000 !important;
.client-darkmode .gadget-toastify .toast-close {▼
}
color: #000;▼
color: initial;▼
▲ color: #000;
▲ color: initial;
}
}
| |||