Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
<fix>fix_html_background-color
  • Loading branch information
ice12031110 committed Sep 30, 2020
commit 4e41d4f0005656c9b709fd8781712e8f35250507
3 changes: 2 additions & 1 deletion app/assets/stylesheets/scaffolds.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
body {
background-color: #fff;
color: #333;
margin: 33px; }
// margin: 33px;
}

body, p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
Expand Down
6 changes: 4 additions & 2 deletions app/frontend/stylesheets/all_pages.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
html{
background-color: #5A815A;
}
a{
text-decoration: none !important;
background-color: unset !important;
Expand Down Expand Up @@ -153,8 +156,7 @@ a{
//body
body{
background-color: #5A815A;

// padding-left: 30px;
margin-bottom: 0;
}


Expand Down