mirror of
https://github.com/seigler/fhqwhgads
synced 2025-07-27 06:46:10 +00:00
small change
This commit is contained in:
parent
65f6b23d5f
commit
ea3f9cd900
1 changed files with 4 additions and 2 deletions
|
@ -3,13 +3,15 @@
|
|||
*, *:after, *:before {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
html, body {
|
||||
html, body, form, label {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
html, body {
|
||||
height: 100%;
|
||||
line-height: 1.2;
|
||||
box-sizing: border-box;
|
||||
background-color: #254b72; // #624200
|
||||
background-color: #254b72;
|
||||
background-image: url('/assets/images/table.svg');
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue