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);
|
box-shadow:0px 1px 1px rgba(0, 0, 0, 0.16);
|
||||||
}
|
}
|
||||||
.contributelink{
|
.contributelink{
|
||||||
color: #FCD116;
|
|
||||||
width: 16px;
|
width: 16px;
|
||||||
margin-left:4px;
|
margin-left:4px;
|
||||||
fill: #FCD116;
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
.azurelogo{
|
.azurelogo{
|
||||||
width:175px;
|
width:175px;
|
||||||
|
@ -127,7 +126,16 @@
|
||||||
height:25px;
|
height:25px;
|
||||||
float:right;
|
float:right;
|
||||||
padding-top:4px;
|
padding-top:4px;
|
||||||
color: #FCD116;
|
|
||||||
|
a:link {
|
||||||
|
color: #4894FE;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #257FFE;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
color: #6CA9FE;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.scootover {
|
.scootover {
|
||||||
|
|
|
@ -200,10 +200,13 @@ export default {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
color: #0000EE;
|
color: #015CDA;
|
||||||
}
|
}
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #551A8B;
|
color: #014DB7;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
color:#016AFE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче