cjhosken / NCCARenderFarmTools

My attempt at improving the NCCA renderfarm.
GNU General Public License v3.0
1 stars 0 forks source link

global variables for styling (styles.py) #24

Closed cjhosken closed 4 months ago

cjhosken commented 5 months ago

Although the code works fine, a way to improve would be to make all constants (font-size: 16px) to reference global variables (font-size: APP_FONT_SIZE, APP_FONT_SIZE="16px")

This would just polish the code and make it easier to make bulk UI changes.