Skip to content
Snippets Groups Projects
Verified Commit ae86c080 authored by Dan Allen's avatar Dan Allen
Browse files

style all links in specification section

parent 263b29f5
No related branches found
No related tags found
No related merge requests found
Pipeline #39245 passed
......@@ -978,17 +978,20 @@ section.specifications h3 {
padding-bottom: 1.5rem;
}
section.specifications a.action {
margin-top: 1.5rem;
section.specification a {
color: white;
text-decoration: underline;
font-weight: 500;
}
section.specifications a.action:hover {
section.specifications a:hover {
text-decoration: none;
}
section.specifications a.action {
margin-top: 1.5rem;
font-weight: 500;
}
section.specifications .paragraph:not(:last-child) {
padding-bottom: 1.5rem;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment