Search
 
SCRIPT & CODE EXAMPLE
 

CSS

bouton darkmode

@media (prefers-color-scheme: dark) {
body {
background-color: #1c1c1e;
color: #fefefe;
}
a {
color: #5fa9ee;
}
img {
filter: grayscale(20%);
}
}
Comment

PREVIOUS NEXT
Code Example
Css :: font sizze xss 
Css :: is css easy? 
Css :: thumb personalizzata wp 
Css :: como fazer listrada css 
Css :: how to open a file in vscode from terminal 
Css :: linux remove latst 3 files 
Css :: how to use class form scss reactjs 
Css :: The basic - and minimal - structure of an email template looks like this: 
Css :: toolbar size 
Css :: chrome extension detect copy action 
Css :: helooo 
Css :: sass-migrator division **/*.scss 
Css :: bootstrap pagination left side 
Css :: slide up animation css 
Css :: css battle 54 char 
Css :: CSS menu list with underline hover animation 
Css :: css transition büyütme 
Css :: framework css 
Css :: How to make background fixed while scrolling 
Css :: apple gradients 
Css :: horizontal dotted progress library 
Typescript :: mongodb exists and not null 
Typescript :: typescript check if string is number 
Typescript :: open two modal in chakra ui 
Typescript :: client@0.1.0 start react-scripts start sh: react-scripts: command not found 
Typescript :: typescript array string to array literal 
Typescript :: sort list of objects python 
Typescript :: typescript override interface property 
Typescript :: update item if id exists mysql 
Typescript :: node redis new objects must be created at the root 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =