feat: adjust link highlight
This commit is contained in:
parent
5f320a8f8b
commit
ef0fac10b6
2 changed files with 3 additions and 2 deletions
|
|
@ -42,7 +42,8 @@
|
||||||
font-weight: 550;
|
font-weight: 550;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: var(--outline-color);
|
background-color: var(--outline-color);
|
||||||
|
color: var(--dark-color)
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
|
||||||
|
|
@ -168,7 +168,7 @@
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
transition: background-color 0.3s ease-in;
|
transition: background-color 0.3s ease-in;
|
||||||
font-family: 'Ubuntu Mono', monospace;
|
font-family: 'Ubuntu Mono', monospace;
|
||||||
line-height: 1.3;
|
line-height: 1.4;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue