暂时没有兼容暗黑模式

This commit is contained in:
cloud 2022-11-03 20:05:55 +08:00
parent 2dc979a451
commit b1d00e6d22
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CSS3 Flexbox 在线演示---语言爱好网</title> <title>CSS3 Flexbox 在线演示---语言爱好网</title>
<script type="module" crossorigin src="/assets/index.c1a11ab7.js"></script> <script type="module" crossorigin src="/assets/index.c1a11ab7.js"></script>
<link rel="stylesheet" href="/assets/index.c8b6e2ec.css"> <link rel="stylesheet" href="/assets/index.ce110a6c.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@ -3,6 +3,7 @@
body { body {
/*display: flex;*/ /*display: flex;*/
/*place-items: center;*/ /*place-items: center;*/
background-color: #ffffff;
} }
#app { #app {