Cosmetics on action buttons
parent
50337bf42f
commit
3350ac18fe
|
@ -141,7 +141,8 @@ pre[class*="language-"] {
|
|||
transition: background-color .2s;
|
||||
|
||||
&:hover {
|
||||
background-color: #708EA5;
|
||||
background-color: #576c7f;
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
|
@ -8,6 +8,10 @@
|
|||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&.action-button:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Reference in New Issue