📋 text highlighting follow colortheme
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
f73f82241d
commit
fcc1f92cd3
2 changed files with 12 additions and 3 deletions
|
@ -11,4 +11,3 @@ List of changes and new features I plan for this website.
|
|||
- Add page filled with wine/gin I like
|
||||
- Add page dedicated to work I'm proud of
|
||||
- Add an 88x31 button (One Piece themed)
|
||||
- Change default text-highlight color to follow themes
|
||||
|
|
|
@ -236,6 +236,16 @@ blockquote {
|
|||
border-left: 5px solid var(--light-1);
|
||||
}
|
||||
|
||||
::selection{
|
||||
background-color: var(--dark-1);
|
||||
color: var(--dark-bg);
|
||||
}
|
||||
|
||||
.dark ::selection{
|
||||
background-color: var(--light-1);
|
||||
color: var(--light-bg);
|
||||
}
|
||||
|
||||
/* PRINT */
|
||||
@media print {
|
||||
body {
|
||||
|
|
Loading…
Add table
Reference in a new issue