💄 changed cursor to blue
This commit is contained in:
parent
10abc39e6d
commit
c88ee153ac
Binary file not shown.
Before Width: | Height: | Size: 127 B After Width: | Height: | Size: 134 B |
Binary file not shown.
After Width: | Height: | Size: 127 B |
|
@ -78,18 +78,18 @@ p,li {
|
||||||
}
|
}
|
||||||
|
|
||||||
mark, ::selection {
|
mark, ::selection {
|
||||||
background: #000;
|
background: #676ae7;
|
||||||
color: #f0f0f0;
|
color: #f0f0f0;
|
||||||
opcaity: 1;
|
opcaity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #f00;
|
color: #676ae7;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.light-inner {
|
.light-inner {
|
||||||
background: rgba(255, 0, 0, 0.1);
|
background: rgba(103,106,231,0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (mix-blend-mode: screen) {
|
@supports (mix-blend-mode: screen) {
|
||||||
|
@ -98,7 +98,7 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
.light-inner {
|
.light-inner {
|
||||||
background: #ff0000;
|
background: #676ae7;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue