mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 20:33:08 +02:00
テーマによってコードが見づらいのを少し改善 (#3993)
This commit is contained in:
parent
5ae576bad1
commit
94154a1aa2
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ export default Vue.extend({
|
||||||
>>> code
|
>>> code
|
||||||
padding 4px 8px
|
padding 4px 8px
|
||||||
margin 0 0.5em
|
margin 0 0.5em
|
||||||
font-size 80%
|
font-size 90%
|
||||||
color #525252
|
color #525252
|
||||||
background rgba(0, 0, 0, 0.05)
|
background var(--bg)
|
||||||
border-radius 2px
|
border-radius 2px
|
||||||
|
|
||||||
>>> pre > code
|
>>> pre > code
|
||||||
|
|
Loading…
Reference in a new issue