This commit is contained in:
2024-03-04 23:15:23 -05:00
parent 3eacb6fc9b
commit 384db5b5d1
7 changed files with 48 additions and 72 deletions

View File

@@ -87,4 +87,14 @@ figcaption {
/* .buttons img {
margin: 2px;
} */
} */
::-moz-selection { /* Code for Firefox */
color: #111318;
background: #F47D7B;
}
::selection {
color: #111318;
background: #F47D7B;
}