Added a selection colour

This commit is contained in:
Corey Ginnivan 2022-05-09 20:43:11 +08:00
parent 9c6000a2c9
commit 6493b8bbf4

View file

@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
::selection {
background-color: cyan;
}