Private GIT

Skip to content
Snippets Groups Projects
Commit 89ce9f73 authored by root's avatar root
Browse files

Add legend style to be ok with dark style

parent 477e2d7e
Branches
No related tags found
No related merge requests found
Pipeline #31 canceled
...@@ -479,6 +479,13 @@ hr { ...@@ -479,6 +479,13 @@ hr {
} }
/* LEGEND */
legend {
padding: 5px;
color: #fff;
border-bottom: 1px solid #333;
}
/* FOOTER */ /* FOOTER */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment