mirror of
https://github.com/aljazceru/njump.git
synced 2026-01-31 19:54:29 +01:00
tailwind body, html and other stuff.
This commit is contained in:
@@ -1,43 +1,3 @@
|
||||
|
||||
html {
|
||||
font-size: 19px;
|
||||
font-weight: 300;
|
||||
}
|
||||
@media (max-width: 580px) {
|
||||
html {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
html {
|
||||
font-size: 17px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
.theme--default body {
|
||||
color: #373737;
|
||||
}
|
||||
.theme--dark body {
|
||||
color: #fafafa;
|
||||
}
|
||||
.theme--default body {
|
||||
background: #ffffff;
|
||||
}
|
||||
.theme--dark body {
|
||||
background: #1e1e1e;
|
||||
}
|
||||
@media print {
|
||||
body {
|
||||
margin: 0;
|
||||
color: #000000 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.column_content {
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
@@ -157,14 +117,4 @@ body.other .column_content {
|
||||
}
|
||||
}
|
||||
|
||||
@media print {
|
||||
@page {
|
||||
margin: 2cm 3cm;
|
||||
}
|
||||
/* Safari specific styles */
|
||||
body.safari {
|
||||
margin: 1cm 3cm;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=styles.css.map */
|
||||
|
||||
Reference in New Issue
Block a user