Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef51a7c commit 3fa1425Copy full SHA for 3fa1425
2 files changed
Lib/profiling/sampling/_flamegraph_assets/flamegraph.css
@@ -789,7 +789,7 @@ body.resizing-sidebar {
789
.tooltip-location {
790
font-family: var(--font-mono);
791
font-size: 11px;
792
- color: var(--text-muted);
+ color: var(--text-secondary);
793
background: var(--bg-tertiary);
794
padding: 4px 8px;
795
border-radius: 4px;
Lib/profiling/sampling/_shared_assets/base.css
@@ -44,7 +44,7 @@
44
45
--text-primary: #2e3338;
46
--text-secondary: #5a6c7d;
47
- --text-muted: #8b949e;
+ --text-muted: #6f767e;
48
49
--accent: #3776ab;
50
--accent-hover: #2d5aa0;
@@ -91,7 +91,7 @@
91
92
--text-primary: #e6edf3;
93
--text-secondary: #8b949e;
94
- --text-muted: #6e7681;
+ --text-muted: #757e8a;
95
96
--accent: #58a6ff;
97
--accent-hover: #79b8ff;
0 commit comments