|
|
@@ -21,7 +21,7 @@ defmodule CvGenView.Work do
|
|
|
|
|
|
<h1><%= @position %></h1>
|
|
|
|
|
|
- <Text.text text={@summary} class="summary"/>
|
|
|
+ <Text.text text={@summary} class="summary" />
|
|
|
|
|
|
<h2>Points clés</h2>
|
|
|
<ul class="highlights">
|
|
|
@@ -120,5 +120,13 @@ defmodule CvGenView.Work do
|
|
|
background-color: #333;
|
|
|
border-radius: 0.5em;
|
|
|
}
|
|
|
+
|
|
|
+ @media print {
|
|
|
+ #work .skills > li {
|
|
|
+ color: #000;
|
|
|
+ background-color: #fff;
|
|
|
+ border: #000 solid 0.2em;
|
|
|
+ }
|
|
|
+ }
|
|
|
"""
|
|
|
end
|