feat (css): selection background
This commit is contained in:
parent
70de1ac2cd
commit
fa48323386
1 changed files with 5 additions and 0 deletions
|
|
@ -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%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue