fix(web/homepage): Make .uncoloured-link work again

This commit is contained in:
Vincent Ambo 2020-02-10 00:08:43 +00:00
parent 1e770f5d88
commit 9ed53f4201

View file

@ -130,6 +130,10 @@ h1, h2, h3 {
text-align: center; text-align: center;
} }
.uncoloured-link {
color: inherit;
}
pre { pre {
width: 100%; width: 100%;
overflow: auto; overflow: auto;