summary refs log tree commit diff
path: root/style.css
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2022-10-23 11:18:43 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2022-10-23 11:18:43 +0700
commit25f414ea06dc79cbac467583f390e359a986fccd (patch)
tree6853dbf779cad4f33f75fcf79e82ba2ff1b43730 /style.css
parent54bfd269386bf0fdae853e5a9dfd4e71e3393017 (diff)
downloadweb-cv-25f414ea06dc79cbac467583f390e359a986fccd.tar.gz
Add instruction to print and hr for separation
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/style.css b/style.css
index 0d5c6f8..dd14358 100644
--- a/style.css
+++ b/style.css
@@ -69,7 +69,6 @@ li p {
 
 .skills dd {
 	display: inline-block;
-	border-bottom: 1px dashed gray;
 }
 
 @media screen {
@@ -80,11 +79,11 @@ li p {
 }
 
 @media print {
-	nav, footer { display: none }
+	nav, footer, .no-print { display: none }
 	dl, p, li {
 		font-size: 0.9em;
 	}
-	a:not(.no-print)::after { content: " (" attr(href) ")"; }
+	a:not(.link-no-print)::after { content: " (" attr(href) ")"; }
 	.verbatim-print { font-family: monospace; }
 	a::after {
 		font-family: monospace;