Do not use variables in info style sheet.

This commit is contained in:
kovacsv 2021-09-01 16:44:56 +02:00
parent 6d3ad50bc1
commit bd3c585e54

View File

@ -56,7 +56,7 @@ h1
margin-top: 30px;
margin-bottom: 20px;
padding: 10px 0px;
border-bottom: 1px solid var(--ov_border_color);
border-bottom: 1px solid #cccccc;
}
h1 a
@ -76,7 +76,7 @@ h2
margin-top: 30px;
margin-bottom: 20px;
padding: 10px 0px;
border-bottom: 1px solid var(--ov_border_color);
border-bottom: 1px solid #cccccc;
}
h3
@ -120,7 +120,7 @@ table
table td, th
{
padding: 10px;
border: 1px solid var(--ov_border_color);
border: 1px solid #dddddd;
}
table th