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:
parent
677faf0ee2
commit
dbe6e53109
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue