@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap"); .navbar { font-weight: bold; color: #fff; background-color: #333; } .navbar li a { font-weight: 700; color: #fff; } /* Change the link color on hover */ .navbar li a:hover { background-color: #111; } .footer { color: #000; background-color: #ddd; font-weight: 500; } .footer a { color: #0055ff; text-decoration: none; } .folders img { content: url(https://www.svgrepo.com/show/474852/folder.svg); } .folders a { font-weight: 700; color: #0055ff; text-decoration: none; } .tooltiptext { font-weight: 400; background-color: #ddd; } body { color: #000; background-color: #fff; font-family: "Ubuntu", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; } body a { font-weight: 400; color: #0055ff; text-decoration: none; }