Improves anchors a bit.

wch-ch32v003
Felix (xq) Queißner 4 years ago
parent e49ab53acb
commit 5cd2378bf3

@ -603,12 +603,12 @@ const Website = struct {
\\ text-decoration: none; \\ text-decoration: none;
\\ font-weight: lighter; \\ font-weight: lighter;
\\ color: unset; \\ color: unset;
\\ opacity: 50%; \\ opacity: 10%;
\\ visibility: hidden; \\ margin-left: -1.5em;
\\ margin-left: -1em; \\ padding-left: 0.5em;
\\ } \\ }
\\ h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a { \\ h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, h6:hover a {
\\ visibility: visible; \\ opacity: 50%;
\\ } \\ }
\\</style> \\</style>
\\</head> \\</head>

Loading…
Cancel
Save