颜色修改
半残疾版本
目的是让大家知道可以DIY
发挥自己的想象
body {
background: #f5f0ff !important;
color: #33264d !important;
}
a {
color: #7c3aed !important;
}
a:hover {
color: #a855f7 !important;
}
button,
.btn {
background: #7c3aed !important;
border-color: #7c3aed !important;
color: #fff !important;
}
input,
textarea,
select {
background: #faf7ff !important;
border: 1px solid #d8b4fe !important;
color: #33264d !important;
}
.card,
.panel,
.post,
.topic {
background: #fff !important;
border: 1px solid #e9d5ff !important;
border-radius: 10px !important;
}
hr {
border-color: #eadcff !important;
}
blockquote {
background: #f5efff !important;
border-left: 3px solid #8b5cf6 !important;
}
pre,
code {
background: #241b35 !important;
color: #e9d5ff !important;
}
::selection {
background: #c4b5fd !important;
color: #2e1065 !important;
}
