Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6897c85

Browse files
committed
x
1 parent 9e743fc commit 6897c85

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

css/iCodeAyush.css

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
display: none;
2626
}
2727

28+
::selection {
29+
color: var(--ColorDark2);
30+
background: var(--ColorLight2);
31+
}
32+
2833
* {
2934
margin: 0;
3035
padding: 0;

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ <h4>
245245

246246
</body>
247247

248-
</html>
248+
</html>

0 commit comments

Comments
 (0)