Use variable instead of hard coded value

This commit is contained in:
Jonas Duri 2019-01-27 09:07:02 +01:00
parent 9ee63674d2
commit e7c24145f3

View File

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