Skip to content
Snippets Groups Projects
Commit f48cb4d3 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

canvas hintergrundfarbe an panel anpassen

parent 42927dc7
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ this.loaded = function(panel, config) {
dbgc = null,
afgc = analClock ? analClock.getContext("2d") : null,
abgc = null,
bgColor = "#080808",
bgColor = panel.css("background-color"),
sdColor = "#111",
icColor = "#FFF",
date = new Date(),
......
......@@ -6,7 +6,7 @@ this.loaded = function(panel, config) {
function CanvasMarquee() {
var
me = this,
bgColor = "black",
bgColor = panel.css("background-color"),
fgColor = "yellow",
font = "vrr",
baseline = 0.7,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment