layout.scss 386 B

123456789101112131415161718192021222324
  1. //text
  2. .del{
  3. text-decoration-line: line-through;
  4. }
  5. //
  6. .menu-third{
  7. a.nav-link.active{
  8. //background-color: transparent;
  9. //color:#3490dc;
  10. //border: 1px solid #3490dc;
  11. }
  12. }
  13. //.nav-item{
  14. // a:hover{
  15. // color:#fff;
  16. // }
  17. // a:visited{
  18. // color:#fff;
  19. // }
  20. // a.nav-link.text-dark.active:hover{
  21. // color:#fff;
  22. // }
  23. //}