Weezerpedia:Main Page links/styles.css: Difference between revisions

changed border color to match other main page boxes
(less padding)
(changed border color to match other main page boxes)
Line 17: Line 17:
   padding: .5rem;
   padding: .5rem;
   background-color: rgba(0, 0, 0, .01);
   background-color: rgba(0, 0, 0, .01);
   border: 1px solid rgba(0, 0, 0, .2);
   border: 1px solid #ddd;
   border-radius: .25rem;
   border-radius: .25rem;
   flex-direction: column;
   flex-direction: column;