Cosmetics on action buttons

pull/457/head
cagataycivici 2020-08-26 15:06:47 +03:00
parent 50337bf42f
commit 3350ac18fe
2 changed files with 6 additions and 1 deletions

View File

@ -141,7 +141,8 @@ pre[class*="language-"] {
transition: background-color .2s;
&:hover {
background-color: #708EA5;
background-color: #576c7f;
color: #ffffff;
text-decoration: none;
}
}

View File

@ -8,6 +8,10 @@
&:hover {
text-decoration: underline;
}
&.action-button:hover {
text-decoration: none;
}
}
p {