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 280c864 commit a0efe0bCopy full SHA for a0efe0b
Github_Image_Viewer/Github_Image_Viewer.user.js
@@ -69,6 +69,8 @@
69
70
var floaterTitle = GithubImageViewer._floaterTitle = document.createElement("div");
71
floaterTitle.style.backgroundColor = "#e6f1f6";
72
+ floaterTitle.style.color = "black";
73
+ floaterTitle.style.textAlign = "center";
74
floaterTitle.style.borderBottom = "1px solid #d8e6ec";
75
floaterTitle.style.padding = "3px 5px";
76
floaterMouseAlign.appendChild(floaterTitle);
@@ -90,6 +92,7 @@
90
92
91
93
var floaterMeta = GithubImageViewer._floaterMeta = document.createElement("div");
94
floaterMeta.style.backgroundColor = "#f8f8f8";
95
+ floaterMeta.style.color = "black";
96
floaterMeta.style.padding = "3px";
97
floaterMeta.style.textAlign = "center";
98
floaterMeta.style.whiteSpace = "nowrap";
0 commit comments