feat: adjust link highlight

This commit is contained in:
Alexander Daichendt 2022-07-29 18:02:24 +02:00
parent 5f320a8f8b
commit ef0fac10b6
2 changed files with 3 additions and 2 deletions

View file

@ -42,7 +42,8 @@
font-weight: 550;
}
a:hover {
color: var(--outline-color);
background-color: var(--outline-color);
color: var(--dark-color)
}
.text {
text-decoration: underline;

View file

@ -168,7 +168,7 @@
color: var(--text-color);
transition: background-color 0.3s ease-in;
font-family: 'Ubuntu Mono', monospace;
line-height: 1.3;
line-height: 1.4;
overflow-y: scroll;
margin: 0;
margin-top: 8px;