Adjusted styles for base and report html files

parent 2b13ba4f
......@@ -37,6 +37,7 @@ ul {
}
.navbar-item:hover{
cursor: pointer;
text-decoration: underline;
}
......@@ -45,6 +46,31 @@ ul {
color: black;
}
#footer {
padding: 1rem;
background-color: #3B3355;
margin-top: 2rem;
}
.footer-items {
display: flex;
justify-content: space-around;
}
.footer-item {
display:inline-block;
}
.footer-item>a {
color: #FEFCFD;
text-decoration: none;
}
.footer-item>a:hover {
cursor: pointer;
text-decoration: underline;
}
/* ======= HEADING ======= */
header {
padding: 0.5rem;
......@@ -182,4 +208,27 @@ header {
cursor: pointer;
background-color: #3B3355;
color:#FEFCFD;
}
/* ============ REPORT.HTML =============== */
#report-area {
display: flex;
justify-content: center;
}
.download-button {
border: none;
background-color: #BFCDE0;
color: #3B3355;
margin: 0.3rem 4rem;
padding: 0.5rem 8rem;
border-radius: 2rem;
}
.download-button:hover {
text-decoration: underline;
cursor: pointer;
background-color: #3B3355;
color:#FEFCFD;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment