CV: horizontal line below h2
This commit is contained in:
parent
fc0f008300
commit
f049c5fb83
6
cv.html
6
cv.html
|
|
@ -54,6 +54,12 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
border-bottom-width: 1px;
|
||||||
|
border-bottom-color: var(--color);
|
||||||
|
border-bottom-style: solid;
|
||||||
|
}
|
||||||
|
|
||||||
section#publications span.journal,
|
section#publications span.journal,
|
||||||
section#conferences span.conference {
|
section#conferences span.conference {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue