mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-05 14:00:31 +02:00
add selection color
Some checks failed
Deploy static content to Pages / deploy (push) Failing after 22s
Some checks failed
Deploy static content to Pages / deploy (push) Failing after 22s
This commit is contained in:
parent
fec9221050
commit
3e0eb52eaf
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@
|
||||||
--bg-primary: #1e1e2e;
|
--bg-primary: #1e1e2e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background-color: var(--mauve);
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue