feat: text-selection background color
This commit is contained in:
parent
30015b6f09
commit
91e0657992
@ -1,3 +1,13 @@
|
|||||||
|
::selection{
|
||||||
|
background-color:#aed1ff;
|
||||||
|
}
|
||||||
|
::-webkit-selection{
|
||||||
|
background-color:#aed1ff;
|
||||||
|
}
|
||||||
|
::-moz-selection{
|
||||||
|
background-color:#aed1ff;
|
||||||
|
}
|
||||||
|
|
||||||
.widget.archives {
|
.widget.archives {
|
||||||
.widget-archive--list {
|
.widget-archive--list {
|
||||||
border-radius: var(--card-border-radius);
|
border-radius: var(--card-border-radius);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user