fix back ground bug
This commit is contained in:
@@ -56,6 +56,11 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
html,body{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Inter', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Oxygen',
|
||||
@@ -63,10 +68,12 @@ body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
background: linear-gradient(135deg, var(--tint0) 0%, var(--tint1) 100%);
|
||||
height: 100%;
|
||||
color: var(--text);
|
||||
transition: background 0.4s ease, color 0.4s ease;
|
||||
font-weight: 400;
|
||||
line-height: 1.6;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
|
||||
.padding {
|
||||
|
||||
Reference in New Issue
Block a user