1
0
Fork 0

feat (css): selection background

This commit is contained in:
Henri Saudubray 2024-05-13 19:03:15 +02:00
parent 70de1ac2cd
commit fa48323386

View file

@ -13,6 +13,11 @@ html {
justify-content: center; justify-content: center;
} }
::selection {
background-color: var(--fg-color);
color: var(--bg-color);
}
body { body {
width: 80ch; width: 80ch;
height: 100%; height: 100%;