selected css

This commit is contained in:
YasinShaikh123
2024-08-20 19:10:58 +05:30
parent e07a92ba03
commit d7012f2692
3 changed files with 106 additions and 15 deletions

View File

@@ -14,6 +14,11 @@
/* font-family: "Lato", sans-serif !important; */
}
::selection {
background-color: #004717; /* Change this to your desired color */
color: white; /* Optional: Change the text color */
}
.pointer {
cursor: pointer !important;
}