From adbb47c5995b307b9d795e7f1bc48a5ce3ac45b6 Mon Sep 17 00:00:00 2001 From: KazukyAkayashi Date: Fri, 26 Feb 2021 10:19:22 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e29a9f..da0923d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Misskey Cherry theme Theme for Misskey based on [Cherry colors (KDE Theme)](https://store.kde.org/p/1450880). -# Use +## Use Copy this code on misskey theme editor : ``` { - id: 'hy45mdhje8g', + id: '36db26ef-bc30-452e-919f-f23bfa926ceb', base: 'dark', desc: 'Cherry color theme', name: 'Cherry', @@ -37,7 +37,16 @@ Copy this code on misskey theme editor : author: 'KazukyAkayashi', } ``` +## Stylus CSS -# Screenshot +Add this code in Stylus for custom the cards background + +``` +.mk-url-preview > a > article[data-v-454399c2] { + background-color: rgba(25, 25, 35, 0.50); +} +``` + +## Screenshot ![Cherry theme](cherry-misskey-theme-01.png)