The following code helps me draw a polyhedron. I would like to color each triangular face in red and make the edges of the polyhedron thicker. I've looked at the post, but I'm still not sure how to do it.
Show[Graphics3D[{Opacity[0.3], FaceForm[Blue],
PolyhedronData["SmallRhombicuboctahedron", "Faces"]}],
Boxed -> False]






