styles.scss 182 B

12345678910
  1. /* use this to put borders around things... */
  2. .thin_border {
  3. border: 1px solid black;
  4. }
  5. .greenlink:hover {
  6. background-color: #67b168;
  7. color: white;
  8. text-decoration: none;
  9. }