Update README.md

Change header opacity  0.50 to 0.75 and add custom css for Stylus or Misskey css editor.
This commit is contained in:
KazukyAkayashi 2021-08-31 09:02:33 +02:00
parent 677faf0ee2
commit dbe6e53109

View file

@ -28,7 +28,7 @@ props: {
navActive: '@accent', navActive: '@accent',
navIndicator: '#bf616a', navIndicator: '#bf616a',
indicator: '#bf616a', indicator: '#bf616a',
header: 'rgba(46, 52, 64, 0.50)', header: 'rgba(46, 52, 64, 0.75)',
link: '#b48ead', link: '#b48ead',
mention: '#bf616a', mention: '#bf616a',
hashtag: '#a3be8c', hashtag: '#a3be8c',
@ -82,6 +82,15 @@ props: {
} }
``` ```
## In Stylus or Misskey CSS editor
```
/* bg for link preview */
.mk-url-preview > a > article {
background-color: #343a4a;
}
```
## Screenshot ## Screenshot
Dark theme Dark theme