- background color change
This commit is contained in:
parent
21a8b0e01b
commit
af00c133b5
|
@ -15,7 +15,7 @@ html{
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
background-color: #303030;
|
background-color: #1e1e2e;
|
||||||
background-image: url('./img/index-background-v2.png?v=2');
|
background-image: url('./img/index-background-v2.png?v=2');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ html{
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
margin-bottom: 100px;
|
margin-bottom: 100px;
|
||||||
background-color: #333333;
|
background-color: #1e1e2e;
|
||||||
}
|
}
|
||||||
.main-text{
|
.main-text{
|
||||||
min-width: 50%;
|
min-width: 50%;
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<meta name="theme-color" content="#0000ff">
|
<meta name="theme-color" content="#0000ff">
|
||||||
|
|
||||||
<title>iceyfox frost box</title>
|
<title>iceyfox frost box</title>
|
||||||
<link rel="stylesheet" href="assets/index.css?ver=31" />
|
<link rel="stylesheet" href="assets/index.css?ver=32" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
Loading…
Reference in New Issue