1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-17 10:50:01 +00:00

Swap CSS over to use illuaminate's variables

Closes #797
This commit is contained in:
Jonathan Coates 2021-05-28 21:14:50 +01:00
parent 58ea7a275e
commit f9fb0619fa
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -10,12 +10,12 @@ table.pretty-table td, table.pretty-table th {
}
table.pretty-table th {
background-color: #f0f0f0;
background-color: var(--background-2);
}
pre.highlight.highlight-lua {
position: relative;
background: #eee;
background: var(--background-2);
padding: 2px;
}