change layout and code font familyt
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
|
||||
--section-gap: 160px;
|
||||
--primary: hsl(229, 90%, 28%);
|
||||
|
||||
--code-font-family: "Cousine", monospace;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
@@ -66,7 +68,7 @@ body {
|
||||
color: var(--color-text);
|
||||
background: var(--color-background);
|
||||
transition: color 0.5s, background-color 0.5s;
|
||||
line-height: 1.6;
|
||||
line-height: 1.3;
|
||||
font-family: "Gulzar", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
|
||||
serif;
|
||||
font-size: 22px;
|
||||
@@ -104,3 +106,7 @@ h2 {
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: var(--code-font-family);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user