Added code and pre styles

This commit is contained in:
Eduard Urbach 2019-08-31 21:19:49 +09:00
parent a4fbd32406
commit 43c3fb5843
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
2 changed files with 16 additions and 0 deletions

View File

@ -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

View File

@ -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%