diff --git a/frontend/src/styles/core.scss b/frontend/src/styles/core.scss index 41f89d040..a0f1d9e8c 100644 --- a/frontend/src/styles/core.scss +++ b/frontend/src/styles/core.scss @@ -79,7 +79,7 @@ html { a { display: inline-block; color: var(--sub-color); - transition: 0.125s; + transition: color 0.125s, opacity 0.125s, background 0.125s; &:hover { color: var(--text-color); }