Commit 983a6c47 authored by Thomas Boni's avatar Thomas Boni
Browse files

update shadow color of job button

parent 0c4b9029
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -270,10 +270,9 @@ a.banner-link:hover {

a.md-tabs__link>strong.job_tab {
    transition-delay: 60ms;
    border: 1px solid black;
    padding: 0.5em;
    border-radius: 7px;
    background-color: white;
    color: #076E81;
    box-shadow: black 2px 2px;
    box-shadow: #014F5D 5px 5px;
}