mirror of
https://github.com/usememos/memos.git
synced 2025-01-27 15:42:16 +08:00
chore: update project structure (#1382)
This commit is contained in:
parent
ff8851fd9f
commit
a21ff5c2e3
8 changed files with 12 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
<p align="center"><a href="https://usememos.com"><img height="64px" src="https://raw.githubusercontent.com/usememos/memos/main/resources/logo-full.webp" alt="✍️ memos" /></a></p>
|
<p align="center"><a href="https://usememos.com"><img height="64px" src="https://raw.githubusercontent.com/usememos/memos/main/assets/logo-full.webp" alt="✍️ memos" /></a></p>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://github.com/usememos/memos/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/usememos/memos" /></a>
|
<a href="https://github.com/usememos/memos/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/usememos/memos" /></a>
|
||||||
|
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 374 KiB After Width: | Height: | Size: 374 KiB |
|
@ -4,11 +4,15 @@
|
||||||
2. Navigate to the System Tab
|
2. Navigate to the System Tab
|
||||||
3. In the "Additional Styles" box add these lines of code:
|
3. In the "Additional Styles" box add these lines of code:
|
||||||
|
|
||||||
```css
|
```css
|
||||||
.memo-list-container {background-color: #INSERT COLOR HERE;}
|
.memo-list-container {
|
||||||
.page-container {background-color: #INSERT COLOR HERE;}
|
background-color: #INSERT COLOR HERE;
|
||||||
```
|
}
|
||||||
|
.page-container {
|
||||||
|
background-color: #INSERT COLOR HERE;
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
It is recommended that you choose the same color for both options
|
It is recommended that you choose the same color for both options
|
||||||
|
|
||||||
4. Refresh the page and the background color of your memos app will successfully update to reflect your changes
|
4. Refresh the page and the background color of your memos app will successfully update to reflect your changes
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
written by [AJ](https://memos.ajstephens.website/) (also a noob)
|
written by [AJ](https://memos.ajstephens.website/) (also a noob)
|
||||||
|
|
||||||
<img height="64px" src="https://raw.githubusercontent.com/usememos/memos/main/resources/logo-full.webp" alt="✍️ memos" />
|
<img height="64px" src="https://raw.githubusercontent.com/usememos/memos/main/assets/logo-full.webp" alt="✍️ memos" />
|
||||||
|
|
||||||
[Live Demo](https://demo.usememos.com) • [Official Website](https://usememos.com) • [Source Code](https://github.com/usememos/memos)
|
[Live Demo](https://demo.usememos.com) • [Official Website](https://usememos.com) • [Source Code](https://github.com/usememos/memos)
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ Memos is built with a curated tech stack. It is optimized for developer experien
|
||||||
|
|
||||||
## Tech Stack
|
## Tech Stack
|
||||||
|
|
||||||
![tech-stack](https://raw.githubusercontent.com/usememos/memos/main/resources/tech-stack.png)
|
![tech-stack](https://raw.githubusercontent.com/usememos/memos/main/assets/tech-stack.png)
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue