improve dark-theme
This commit is contained in:
parent
764a1cbb69
commit
754dbca64c
@ -1,5 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--background: #333;
|
--background: #212529;
|
||||||
|
--bg-strong: #131618;
|
||||||
--text: #FFF;
|
--text: #FFF;
|
||||||
--text-hover: #60b0ff;
|
--text-hover: #60b0ff;
|
||||||
--text-secundary: #333;
|
--text-secundary: #333;
|
||||||
@ -383,9 +384,12 @@ padding-top: 1.5em;
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.diffstat {
|
table.diffstat {
|
||||||
border-collapse: collapse;
|
border-collapse: unset;
|
||||||
border: solid 1px var(--text);
|
background-color: var(--bg-strong);
|
||||||
background-color: var(--background);
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
padding: .5rem;
|
||||||
|
margin: .5rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diffstat th {
|
table.diffstat th {
|
||||||
@ -453,6 +457,12 @@ padding-top: 0.5em;
|
|||||||
|
|
||||||
table.diff {
|
table.diff {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
border-collapse: unset;
|
||||||
|
background-color: var(--bg-strong);
|
||||||
|
padding: 0.5rem;
|
||||||
|
margin: .5rem 0;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diff td {
|
table.diff td {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user