rename print.css to cv-base.css

This commit is contained in:
Reorx 2023-02-11 22:23:55 +08:00
parent 4f342f4b1e
commit 46958c4a35
3 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
margin: 10mm auto;
}
</style>
<link rel="stylesheet" href="/src/scss/print.css">
<link rel="stylesheet" href="/src/scss/cv-base.css">
<link rel="stylesheet" href="/src/themes/<%= theme %>/index.scss">
</head>
<body>

View File

@ -8,7 +8,7 @@
border-right: 1px solid #ddd;
}
</style>
<link rel="stylesheet" href="../scss/print.css">
<link rel="stylesheet" href="../scss/cv-base.css">
</head>
<body>
<div class="cv-container"></div>