Minor change

This commit is contained in:
Knah Tsaeb 2024-12-19 16:43:10 +01:00
parent 2b704bf775
commit b959481e7d

View file

@ -194,6 +194,17 @@ header h1 {
color: var(--primary);
}
header h1 a {
text-decoration: none;
text-decoration: underline transparent;
}
header h1 a:hover {
color: var(--primary-lighten);
text-decoration: underline var(--primary);
text-decoration-thickness: var(--default-space);
}
header svg {
fill: var(--primary-lighten);
vertical-align: middle;
@ -416,6 +427,12 @@ pre {
padding: 1rem 4rem;
position: fixed;
right: 0;
text-decoration: none;
}
#backtop:hover {
text-decoration: none;
}
/* Smaller than 992px */