links formating for cae process page

This commit is contained in:
Yves Gatesoupe 2020-07-16 22:29:12 +02:00
parent 297a7bd356
commit cfdea4d270

View File

@ -268,7 +268,7 @@
fill: var(--color-white);
}
a:not(.heading-permalink) {
a {
background-color: var(--color-primary);
color: var(--color-dark);
}
@ -281,15 +281,18 @@
margin-bottom: 1rem;
}
a:not(.heading-permalink) {
a {
background-color: var(--color-secondary);
color: var(--color-white);
text-decoration: none;
padding: .2rem .4rem;
}
ul + p {
align-self: flex-end;
font-size: 1rem;
margin-top: 1rem;
margin-bottom: .2rem;
}
}