|
|
|
@ -43,24 +43,24 @@ a{
|
|
|
|
|
color:black;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
background:transparent;
|
|
|
|
|
border-bottom:1.5px solid #99f;
|
|
|
|
|
border-bottom:1.5px solid #a6dbf0;
|
|
|
|
|
padding-top:.05rem;
|
|
|
|
|
padding-bottom:.05rem;
|
|
|
|
|
background:linear-gradient(to bottom, #99f 0, #99f 100%);
|
|
|
|
|
background:linear-gradient(to bottom, #a6dbf0 0, #a6dbf0 100%);
|
|
|
|
|
background-position:0 100%;
|
|
|
|
|
background-repeat:repeat-x;
|
|
|
|
|
background-size: 0 0;
|
|
|
|
|
transition:background .2s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ext {
|
|
|
|
|
border-bottom-color: #99f;
|
|
|
|
|
background:linear-gradient(to bottom, #99f 0, #99f 100%);
|
|
|
|
|
background-position:0 100%;
|
|
|
|
|
background-repeat:repeat-x;
|
|
|
|
|
ext {
|
|
|
|
|
border-bottom-color: #a6dbf0;
|
|
|
|
|
background: linear-gradient(to bottom, #a6dbf0 100%, #a6dbf0 100%);
|
|
|
|
|
background-position: 0 100%;
|
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
background-size: 0 0;
|
|
|
|
|
transition:background .2s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
transition: background .2s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.int {
|
|
|
|
|
border-bottom-color:#c6f;
|
|
|
|
|