Update theme for 2019
This commit is contained in:
parent
563972fe5f
commit
2ff92d6fdf
20 changed files with 375 additions and 83 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue