Fix opacity in print mode
This commit is contained in:
parent
c717b50891
commit
c04b6def18
7
cv.html
7
cv.html
|
|
@ -124,6 +124,10 @@
|
|||
color: #000000;
|
||||
}
|
||||
|
||||
aside {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
@page {
|
||||
margin: 25mm;
|
||||
size: A4;
|
||||
|
|
@ -145,7 +149,8 @@
|
|||
<h2>Experience</h2>
|
||||
<section style="break-inside: avoid-page;">
|
||||
<h3><span><a href="https://cads.engineering/">CADS Engineering GmbH, Vienna, Austria</a></span>
|
||||
<span>9/2020–present</span></h3>
|
||||
<span>9/2020–present</span>
|
||||
</h3>
|
||||
<aside>Application Developer</aside>
|
||||
<ul>
|
||||
<li>Developing and maintaining software for CAD (computer-aided design) and PLM (product lifecycle
|
||||
|
|
|
|||
Loading…
Reference in a new issue