mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-10-04 02:24:39 -04:00
12 lines
168 B
SCSS
12 lines
168 B
SCSS
@import "./variables";
|
|
|
|
@media print {
|
|
header, footer {
|
|
display: none;
|
|
}
|
|
body {
|
|
background: none;
|
|
background-color: $white;
|
|
}
|
|
}
|