27 lines
334 B
CSS
27 lines
334 B
CSS
.link-auth {
|
|
background: rgb(229, 92, 0);
|
|
}
|
|
|
|
.link-git {
|
|
background: rgb(139, 69, 19);
|
|
}
|
|
|
|
.link-monitoring {
|
|
background: rgb(205, 55, 0);
|
|
}
|
|
|
|
.link-legal {
|
|
background: none;
|
|
height: 1rem;
|
|
opacity: 70%;
|
|
font-size: 90%;
|
|
}
|
|
|
|
.link-legal:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
header > .rounded-full {
|
|
border-radius: 0;
|
|
}
|