ianperrin / MMM-NetworkScanner

A module for MagicMirror which determines the status of devices on the network based on their MAC or IP address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

font changing

derek7467 opened this issue · comments

commented

I have this setup and working great! I mask the devices with a name and an icon, sweet! I'm attempting to change the size/color by modifying the custom.css. The size changes but the color stays the same light gray. What gives?

.MMM-NetworkScanner .small {
font-size: 35px;
font-color: #7FFF00;
line-height: 35px;
}
commented

The color is supposed to be a nice green and the same html css code works fine for the news feed module.

commented

it was .bright and .dimmed to change the text color of the devices!