1
0

feat: add selection colors (#180)

This commit is contained in:
Ryan Cao
2023-05-15 17:16:47 +08:00
committed by GitHub
parent 1bc35fd0e3
commit 3b6a4a2f69

View File

@@ -297,3 +297,7 @@ html {
}
}
}
::selection {
background-color: #{rgba($brand, 0.6)};
}