From c88ee153ac21c5427a19ab3c5f78cc2ad45dea28 Mon Sep 17 00:00:00 2001 From: lily Date: Thu, 16 May 2019 08:33:15 -0500 Subject: [PATCH] :lipstick: changed cursor to blue --- src/images/cursor.png | Bin 127 -> 134 bytes src/images/cursorred.png | Bin 0 -> 127 bytes src/index.scss | 10 +++++----- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 src/images/cursorred.png diff --git a/src/images/cursor.png b/src/images/cursor.png index 47c3bda37d387c4e8e324d86f6cb49f700e6c4de..ef8055f1219467b0c5e8eecff079e9c1a6ba7e2b 100644 GIT binary patch delta 116 zcmV-)0E_>Bh5?WmZU_bd007|3???au08L3mK~xBtZOuUnKu{P(;qOUS$xzC`jF}Cv z1+%v}OEA@6L~=&Ad+OfQ^?QXCH4-w$5(@?ok&gn+tGsDL{1PHIzija_U8nbC#(V;l Wh6*65rhQ%j0000c7OcXnzOkT31&;uyklJvl%iB`Kk>Fu|a(FioJakY%G|5`$t4)9FUd{e?hf44$rj JF6*2UngGJwBn1Ef diff --git a/src/images/cursorred.png b/src/images/cursorred.png new file mode 100644 index 0000000000000000000000000000000000000000..47c3bda37d387c4e8e324d86f6cb49f700e6c4de GIT binary patch literal 127 zcmeAS@N?(olHy`uVBq!ia0vp^Y#_|S3?zjfeX0gh`~f~8t{;tzJ{TI_Qc-!Vum8cw z=xF`_uRtl5k|4j}$sgH2>dsEB0`jFjT^vI=t|tcwq$DL27A6=J7N!Xl7P4$~Okz-s WVLIKYxxWyojKR~@&t;ucLK6T&ha}km literal 0 HcmV?d00001 diff --git a/src/index.scss b/src/index.scss index c32ab8f..bb7b63f 100644 --- a/src/index.scss +++ b/src/index.scss @@ -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; -} \ No newline at end of file +}