Added code and pre styles
This commit is contained in:
parent
a4fbd32406
commit
43c3fb5843
@ -152,6 +152,9 @@ const user-pro-icon-size = 1.1rem
|
||||
|
||||
const amv-large-width = 854px
|
||||
|
||||
// Monospace font for `code` and `pre`
|
||||
const monospace-font-family = "Ubuntu Mono", "Consolas", monospace
|
||||
|
||||
// Timings
|
||||
fade-speed = 150ms
|
||||
transition-speed = 150ms
|
||||
|
@ -36,6 +36,19 @@ p
|
||||
display inherit
|
||||
margin 0 auto
|
||||
|
||||
pre
|
||||
font-family monospace-font-family
|
||||
font-size inherit
|
||||
background-color reverse-light-color
|
||||
|
||||
code
|
||||
background-color transparent
|
||||
|
||||
code
|
||||
font-family monospace-font-family
|
||||
font-size inherit
|
||||
background-color reverse-light-color
|
||||
|
||||
.furigana
|
||||
opacity 0.25
|
||||
font-size 50%
|
||||
|
Loading…
Reference in New Issue
Block a user