Updating link colors
This commit is contained in:
Родитель
c23a5c55f1
Коммит
383799adc7
|
@ -107,10 +107,9 @@
|
|||
box-shadow:0px 1px 1px rgba(0, 0, 0, 0.16);
|
||||
}
|
||||
.contributelink{
|
||||
color: #FCD116;
|
||||
width: 16px;
|
||||
margin-left:4px;
|
||||
fill: #FCD116;
|
||||
fill: currentColor;
|
||||
}
|
||||
.azurelogo{
|
||||
width:175px;
|
||||
|
@ -127,7 +126,16 @@
|
|||
height:25px;
|
||||
float:right;
|
||||
padding-top:4px;
|
||||
color: #FCD116;
|
||||
|
||||
a:link {
|
||||
color: #4894FE;
|
||||
}
|
||||
a:visited {
|
||||
color: #257FFE;
|
||||
}
|
||||
a:hover {
|
||||
color: #6CA9FE;
|
||||
}
|
||||
}
|
||||
|
||||
.scootover {
|
||||
|
|
|
@ -200,10 +200,13 @@ export default {
|
|||
align-items: center;
|
||||
|
||||
a:link {
|
||||
color: #0000EE;
|
||||
color: #015CDA;
|
||||
}
|
||||
a:visited {
|
||||
color: #551A8B;
|
||||
color: #014DB7;
|
||||
}
|
||||
a:hover {
|
||||
color:#016AFE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче