Newton_Editor/user_config/usr/share/newton/stylesheet.css

5 lines
120 B
CSS
Raw Normal View History

2023-03-18 04:17:38 +00:00
/* Set fm to have transparent window */
* {
background: rgba(39, 43, 52, 0.24);
2023-03-18 04:17:38 +00:00
color: rgba(255, 255, 255, 1);
}