We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f75e5 commit 0ec4d2bCopy full SHA for 0ec4d2b
1 file changed
changelog-generator/app/globals.css
@@ -5,6 +5,8 @@
5
/* GitHub Dark Mode Theme */
6
@layer base {
7
:root {
8
+ color-scheme: dark;
9
+
10
/* GitHub dark: #0d1117 */
11
--background: 215 28% 7%;
12
/* GitHub text: #e6edf3 */
@@ -67,3 +69,15 @@
67
69
:not(pre) > code {
68
70
@apply bg-secondary px-1.5 py-0.5 rounded font-mono text-sm;
71
}
72
73
+/* Date input calendar icon */
74
+input[type="date"] {
75
+ position: relative;
76
+}
77
78
+input[type="date"]::-webkit-calendar-picker-indicator {
79
+ position: absolute;
80
+ right: 12px;
81
+ filter: invert(0.5);
82
+ cursor: pointer;
83
0 commit comments