Skip to content
Snippets Groups Projects
Commit b714eed8 authored by Lucy Hao's avatar Lucy Hao :moyai:
Browse files

make blue bold on grey black and black bold otherwise

parent 0e8bed17
No related branches found
No related tags found
No related merge requests found
Pipeline #298031 passed
......@@ -18,7 +18,7 @@ $on-background: #e8e8e8;
$on-surface: #e8e8e8;
$on-error: #272727;
details summary {
details summary {
cursor: pointer;
}
......@@ -70,6 +70,10 @@ body {
a {
color: $on-primary;
}
strong,
b {
color: $on-primary !important;
}
@media only screen and (max-width: 768px) {
padding: 30px;
}
......@@ -718,4 +722,4 @@ table {
width: 70vw;
}
padding-bottom: 3vh;
}
\ No newline at end of file
}
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