Skip to content

Commit 397dfed

Browse files
committed
Fix missing stale indicator color
1 parent 2739e10 commit 397dfed

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

assets/css/app.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,16 @@
9595
--color-green-bright-800: #166534;
9696
--color-green-bright-900: #14532d;
9797

98-
--color-yellow-bright50: #fefce8;
99-
--color-yellow-bright100: #fef9c3;
100-
--color-yellow-bright200: #fef08a;
101-
--color-yellow-bright300: #fde047;
102-
--color-yellow-bright400: #facc15;
103-
--color-yellow-bright500: #eab308;
104-
--color-yellow-bright600: #ca8a04;
105-
--color-yellow-bright700: #a16207;
106-
--color-yellow-bright800: #854d0e;
107-
--color-yellow-bright900: #713f12;
98+
--color-yellow-bright-50: #fefce8;
99+
--color-yellow-bright-100: #fef9c3;
100+
--color-yellow-bright-200: #fef08a;
101+
--color-yellow-bright-300: #fde047;
102+
--color-yellow-bright-400: #facc15;
103+
--color-yellow-bright-500: #eab308;
104+
--color-yellow-bright-600: #ca8a04;
105+
--color-yellow-bright-700: #a16207;
106+
--color-yellow-bright-800: #854d0e;
107+
--color-yellow-bright-900: #713f12;
108108

109109
--color-brand-pink: #e44c75;
110110

0 commit comments

Comments
 (0)