Skip to content
Snippets Groups Projects
Commit 6114c917 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Add more styles

parent 2a0e98e0
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,24 @@ export function getGeneralCSS() {
.hidden { display: none; }
a {
color: var(--vpu-override-muted-text);
cursor: pointer;
text-decoration: none;
}
.title {
color: #363636;
font-size: 2rem;
font-weight: 600;
line-height: 1.125;
}
blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
margin: 0;
padding: 0;
}
*, ::after, ::before {
box-sizing: inherit;
}
......
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