mirror of
https://github.com/ION606/rpi-utils.git
synced 2026-05-15 05:16:54 +00:00
14 lines
146 B
CSS
14 lines
146 B
CSS
body {
|
|
/* color: rgb(148, 0, 0); */
|
|
color: rgb(252, 252, 252);
|
|
}
|
|
|
|
|
|
.icon {
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
|
|
a {
|
|
margin: 10px;
|
|
} |