From e7c24145f380f41efd5cf0764a10970ee8f43307 Mon Sep 17 00:00:00 2001 From: Jonas Duri Date: Sun, 27 Jan 2019 09:07:02 +0100 Subject: [PATCH] Use variable instead of hard coded value --- src/terminal.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;