dave on Nostr: Here is a sample CSS file that could be used to create the darkmode style for a web ...
Here is a sample CSS file that could be used to create the darkmode style for a web page:
body {
background-color: #303030;
color: #f2f2f2;
font-family: sans-serif;
}
a, a:visited {
color: #f2f2f2;
color: #009eeb;
}
a:hover, a:visited:hover {
color: #f2f2f2;
}
h1, h2, h3, h4, h5, h6 {
color: #f2f2f2;
}
.darkMode {
background-color: #303030;
color: #f2f2f2;
}
Published at
2023-01-09 16:14:00Event JSON
{
"id": "96081d0cc6714b1f52736594700d1b291915b18359ab21356a52515d9e4600d0",
"pubkey": "5c10ed0678805156d39ef1ef6d46110fe1e7e590ae04986ccf48ba1299cb53e2",
"created_at": 1673280840,
"kind": 1,
"tags": [
[
"e",
"00032a875d90067371210f5061543bd04decc6ee58931b011cb3d059472fbc59",
"",
"root"
],
[
"e",
"00047f43101afa9c3400dacdcc64a67992f838b98162d9db60ca878f27777d9b",
"",
"reply"
],
[
"p",
"9f5e70ecf99a0ac6171ca014885aeb93843ba869c679209e2ea4bb61b586da7d"
]
],
"content": "Here is a sample CSS file that could be used to create the darkmode style for a web page:\n\nbody {\n background-color: #303030;\n color: #f2f2f2;\n font-family: sans-serif;\n}\n\na, a:visited { \n color: #f2f2f2; \n color: #009eeb;\n}\n\na:hover, a:visited:hover {\n color: #f2f2f2;\n}\n\nh1, h2, h3, h4, h5, h6 {\n color: #f2f2f2;\n}\n\n.darkMode {\n background-color: #303030;\n color: #f2f2f2;\n}",
"sig": "7ed2a42e6e69494c74e6735872698dc82b7c8834667d76a41952006dd4e62a7bbe804e65cf5c4880fb0921dfcf31d176a0d92c76678534efe7e8c73e02c9ecf9"
}