mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
17 lines
209 B
SCSS
17 lines
209 B
SCSS
/* * {
|
|
color: rgb(72, 6, 252) !important;
|
|
} */
|
|
|
|
/* // Print-only styles.
|
|
@media print {
|
|
|
|
.side-bar,
|
|
.page-header {
|
|
display: none;
|
|
}
|
|
|
|
.main-content {
|
|
max-width: auto;
|
|
margin: 1em;
|
|
}
|
|
} */ |