diff --git a/src/terminal.css b/src/terminal.css index 0fbe93e..5cefed3 100644 --- a/src/terminal.css +++ b/src/terminal.css @@ -31,7 +31,7 @@ body { } h1, h2, h3, h4, h5, h6, .logo { - line-height: 1.3em; + line-height: var(--global-line-height); } fieldset { @@ -317,7 +317,7 @@ table thead th { table tbody td:first-child { font-weight: 700; - color: #333; + color: var(var(--secondary-color)); } .form { @@ -693,7 +693,6 @@ input::placeholder, textarea::placeholder { padding: 0; } -/** Highligh.js theme **/ .hljs { display: block; overflow-x: auto;