-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdark.css
More file actions
37 lines (30 loc) · 725 Bytes
/
dark.css
File metadata and controls
37 lines (30 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*-------------------------------------------+
| Copyright (c) 2025 Tejas Gupta |
| All rights reserved. |
--------------------------------------------*/
html, body {
background-color: #121212 !important;
color: #e0e0e0 !important;
}
* {
background-color: transparent !important;
color: inherit !important;
}
a {
color: #5099de !important;
}
img, video, canvas {
filter: brightness(0.8) contrast(1.1) !important;
}
::selection {
background: #555 !important;
color: #fff !important;
}
input, textarea, select, button {
background-color: #1e1e1e !important;
color: #eee !important;
}
code, pre {
background-color: #1e1e1e !important;
color: #c792ea !important;
}