mirror of
https://gitee.com/tawords/tawords-docs
synced 2025-01-10 11:28:13 +08:00
固定文档首页封面背景色
This commit is contained in:
parent
2cf1536add
commit
5b6bfdbb41
@ -4,7 +4,9 @@
|
||||
|
||||
|
||||
- 本文档是“背Ta单词”开源项目的官方文档,旨在为大家提供详细的部署安装及应用开发指南。
|
||||
-
|
||||
|
||||
### 【温馨提示】本文档目前正处在撰写阶段,部分内容还不准确和完整,我们正在加紧撰写。
|
||||
|
||||
[![Stars](https://gitee.com/only4/recite-words/badge/star.svg?theme=dark)](https://gitee.com/only4/recite-words/stargazers)
|
||||
[![Forks](https://gitee.com/only4/recite-words/badge/fork.svg?theme=dark)](https://gitee.com/only4/recite-words/members)
|
||||
[![License](https://img.shields.io/badge/License-GPL--3.0-breghtgreen)](https://gitee.com/only4/recite-words/blob/develop/LICENSE)
|
||||
|
@ -12,6 +12,11 @@
|
||||
|
||||
<link rel="shortcut icon" href="favicon.ico" />
|
||||
|
||||
<style>
|
||||
.cover.show {
|
||||
background: linear-gradient(to left bottom, hsl(189, 100%, 85%) 0%,hsl(232, 100%, 85%) 100%)!important;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">加载中...</div>
|
||||
|
Loading…
Reference in New Issue
Block a user