🎨 Text selection color now matches theme (accent color)
This commit is contained in:
@@ -19,7 +19,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
background-color: var(--ac-sel-color);
|
background-color: var(--ac-color);
|
||||||
color: var(--act-color);
|
color: var(--act-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,6 @@
|
|||||||
--err-color: rgb(41, 42, 45);
|
--err-color: rgb(41, 42, 45);
|
||||||
// Acent color
|
// Acent color
|
||||||
--ac-color: #50fa7b;
|
--ac-color: #50fa7b;
|
||||||
--ac-sel-color: rgb(80, 250, 123, 0.8);
|
|
||||||
// Active text color
|
// Active text color
|
||||||
--act-color: rgb(37, 38, 40);
|
--act-color: rgb(37, 38, 40);
|
||||||
}
|
}
|
||||||
@@ -56,7 +55,6 @@
|
|||||||
--err-color: #eeeeee;
|
--err-color: #eeeeee;
|
||||||
// Acent color
|
// Acent color
|
||||||
--ac-color: #57b5f9;
|
--ac-color: #57b5f9;
|
||||||
--ac-sel-color: #57b5f9;
|
|
||||||
// Active text color
|
// Active text color
|
||||||
--act-color: #ffffff;
|
--act-color: #ffffff;
|
||||||
}
|
}
|
||||||
@@ -88,7 +86,6 @@
|
|||||||
--err-color: rgb(8, 8, 8);
|
--err-color: rgb(8, 8, 8);
|
||||||
// Acent color
|
// Acent color
|
||||||
--ac-color: #50fa7b;
|
--ac-color: #50fa7b;
|
||||||
--ac-sel-color: rgb(80, 250, 123, 0.8);
|
|
||||||
// Active text color
|
// Active text color
|
||||||
--act-color: #000000;
|
--act-color: #000000;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user