Created
April 20, 2022 20:13
-
-
Save dantetesta/1a13f0bf6eb8097aa4e6a63020fd8d75 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Esse CSS muda a cor dos textos quando selecionados */ | |
::selection { | |
background: #F79799; | |
color: #fff; | |
} | |
Adicione isso no CSS personalizado do WordPress | |
Enviado por Danny Guimarães |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment