refactor: modify color scheme
This commit is contained in:
parent
39e51d5724
commit
611e7e60e0
@ -1,11 +1,31 @@
|
|||||||
::selection{
|
@media (prefers-color-scheme: light) {
|
||||||
background-color:#aed1ff;
|
::selection{
|
||||||
|
color: #f5f5fa;
|
||||||
|
background-color: #424242;
|
||||||
|
}
|
||||||
|
::-webkit-selection{
|
||||||
|
color: #f5f5fa;
|
||||||
|
background-color: #424242;
|
||||||
|
}
|
||||||
|
::-moz-selection{
|
||||||
|
color: #f5f5fa;
|
||||||
|
background-color: #424242;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
::-webkit-selection{
|
|
||||||
background-color:#aed1ff;
|
@media (prefers-color-scheme: dark) {
|
||||||
}
|
::selection{
|
||||||
::-moz-selection{
|
color: #303030;
|
||||||
background-color:#aed1ff;
|
background-color: #f5f5fa;
|
||||||
|
}
|
||||||
|
::-webkit-selection{
|
||||||
|
color: #303030;
|
||||||
|
background-color:#f5f5fa;
|
||||||
|
}
|
||||||
|
::-moz-selection{
|
||||||
|
color: #303030;
|
||||||
|
background-color:#f5f5fa;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget.archives {
|
.widget.archives {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user