Skip to content

Commit

Permalink
text color, header and footer off
Browse files Browse the repository at this point in the history
  • Loading branch information
kwmullet authored Jan 18, 2024
1 parent e3adc66 commit c71071a
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@
list-style-type: none;
}

body {
opacity: 1.0 ;
color: black ;
}

header {
display: none !important;
}

footer {
display: none !important;
}

// header {
// display: none !important;
// }
//
// footer {
// display: none !important;
// }
//
// .btn {
// display: none !important;
// }
//
.btn {
display: none !important;
}

0 comments on commit c71071a

Please sign in to comment.