Updated projects n all

This commit is contained in:
2026-04-06 14:07:58 +02:00
parent 76da54f305
commit 2a3ac0eb56
2 changed files with 25 additions and 12 deletions

View File

@@ -39,3 +39,16 @@
font-weight: 900;
font-style: normal;
}
*::selection {
background: #8bc8feff;
color: #071c2dff;
}
*::-moz-selection {
background: #8bc8feff;
color: #071c2dff;
}
*::-webkit-selection {
background: #8bc8feff;
color: #071c2dff;
}