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