Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css dark mode

@media (prefers-color-scheme: dark) {
  body {
    background-color: black;
    color: white;
  }
}
Comment

css dark mode

dark {
  background-color: black;
  color: white;
}
Comment

Night / dark mode css

@media (prefers-color-scheme: dark) { ... }
Comment

PREVIOUS NEXT
Code Example
Css :: what happens when the width is 0 and there is a border and box-sizing is set to border-box? 
Css :: three columsn css grid 
Css :: counter-style counter css counters 
Css :: what is a css selector 
Css :: add border at hover of div 
Css :: neumorphism css generator 
Css :: how to give rgba in tailwind 
Css :: abc 
Css :: add custom taxonomy into permalinks post_type_link 
Css :: css background templates 
Css :: animation in css 
Css :: jquery pagination css html 
Css :: scss npm 
Css :: css how to make 2d animations at once 
Css :: css bottom:0 isnt the bottom of the page 
Css :: sphinx css templates 
Css :: set div tomiddle css 
Css :: opacity gradual css 
Css :: inherit styles 
Css :: css space inter words 
Css :: sasas 
Css :: break table for printing 
Css :: mdn css marker 
Css :: select all paragraph that contains image in css 
Css :: linear gradient generator for all browsers without vendor extention 
Css :: change d in path svg css 
Css :: writting css with twin.macro and styled components 
Css :: images css in react native fir in container 
Css :: CSS BODY AND PRE 
Css :: oracle apex interactive report odd even 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =