Update theme for 2019

This commit is contained in:
panr 2019-01-06 11:23:25 +01:00
parent 563972fe5f
commit 2ff92d6fdf
20 changed files with 375 additions and 83 deletions

View file

@ -12,7 +12,7 @@ body {
margin: 0;
padding: 0;
font-family: 'Inter UI', -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Helvetica, Arial, sans-serif;
font-size: 18px;
font-size: 1rem;
line-height: 1.54;
background-color: var(--light-background);
color: var(--light-color);
@ -146,10 +146,10 @@ code {
}
pre {
background: #1a1a1d;
background: #212020;
padding: 20px;
border-radius: 8px;
font-size: 1rem;
font-size: .95rem;
overflow: auto;
@media (--phone) {
@ -163,6 +163,10 @@ pre {
margin: 0;
padding: 0;
font-size: inherit;
.dark-theme & {
color: inherit;
}
}
}