Minor change
This commit is contained in:
parent
2b704bf775
commit
b959481e7d
1 changed files with 17 additions and 0 deletions
|
@ -194,6 +194,17 @@ header h1 {
|
||||||
color: var(--primary);
|
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 {
|
header svg {
|
||||||
fill: var(--primary-lighten);
|
fill: var(--primary-lighten);
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@ -416,6 +427,12 @@ pre {
|
||||||
padding: 1rem 4rem;
|
padding: 1rem 4rem;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#backtop:hover {
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Smaller than 992px */
|
/* Smaller than 992px */
|
||||||
|
|
Loading…
Reference in a new issue