mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Add selection style
This commit is contained in:
@ -6,6 +6,17 @@
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
*::selection {
|
||||
background: hsl(230, 1%, 90%);
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.dark *::selection {
|
||||
background: hsl(220, 13%, 28%);
|
||||
color: inherit;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/*
|
||||
font-family: 'Aleo', serif;
|
||||
font-family: 'Aref Ruqaa', serif;
|
||||
|
@ -38,7 +38,7 @@ h4:hover::before,
|
||||
h5:hover::before,
|
||||
h6:hover::before {
|
||||
content: '#';
|
||||
left: -1.6rem;
|
||||
left: -1.7rem;
|
||||
@apply absolute text-gray-400;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user