💄 changed cursor to blue

This commit is contained in:
lily 2019-05-16 08:33:15 -05:00
parent 10abc39e6d
commit c88ee153ac
3 changed files with 5 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 B

After

Width:  |  Height:  |  Size: 134 B

BIN
src/images/cursorred.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 B

View File

@ -78,18 +78,18 @@ p,li {
}
mark, ::selection {
background: #000;
background: #676ae7;
color: #f0f0f0;
opcaity: 1;
}
a {
color: #f00;
color: #676ae7;
text-decoration: none;
}
.light-inner {
background: rgba(255, 0, 0, 0.1);
background: rgba(103,106,231,0.1);
}
@supports (mix-blend-mode: screen) {
@ -98,7 +98,7 @@ a {
}
.light-inner {
background: #ff0000;
background: #676ae7;
}
}
@ -139,4 +139,4 @@ a {
br {
user-select: none;
}
}