mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 09:09:04 -04:00
Use variable instead of hard coded value
This commit is contained in:
parent
9ee63674d2
commit
e7c24145f3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user