| 123456789101112131415161718192021222324 |
- //text
- .del{
- text-decoration-line: line-through;
- }
- //
- .menu-third{
- a.nav-link.active{
- //background-color: transparent;
- //color:#3490dc;
- //border: 1px solid #3490dc;
- }
- }
- //.nav-item{
- // a:hover{
- // color:#fff;
- // }
- // a:visited{
- // color:#fff;
- // }
- // a.nav-link.text-dark.active:hover{
- // color:#fff;
- // }
- //}
|