boatbod / op25

Fork of osmocom OP25 by boatbod
319 stars 100 forks source link

[QUESTION] Change Web-Interface's Background Color ? #78

Closed trengking closed 3 years ago

trengking commented 3 years ago

this might sound funny, but can I actually change the background color of OP25's web interface?

I'm planning to change it a bit darker, but don't know how to do it nor what files should I change.

I'm using OP25 on rpi4 with LCD display, since I can't change the brightness of the LCD, it is shining like the sun, especially at night 😁

thanks in advance 👍

hayden-t commented 3 years ago

web interface code is here https://github.com/boatbod/op25/tree/master/op25/gr-op25_repeater/www/www-static

hayden-t commented 3 years ago

just put this in main.css

html{background:#919191;}

trengking commented 3 years ago

thank you very much, I really appreciate it 😊👍👏👏👏 it works 👍