Files
rpi-utils/main.css
T

14 lines
146 B
CSS
Raw Normal View History

2023-02-22 14:09:40 -05:00
body {
/* color: rgb(148, 0, 0); */
color: rgb(252, 252, 252);
2023-02-22 20:24:25 -05:00
}
.icon {
width: 100px;
height: 100px;
}
a {
margin: 10px;
2023-02-22 14:09:40 -05:00
}