mostly filebased Content Presentation System
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 line
110B

  1. a {
  2. color: hsl(0,0,0);
  3. text-decoration:none;
  4. &:hover {
  5. text-decoration:underline;
  6. }
  7. }