Skip to content

Commit 20faf74

Browse files
michaelficarrabakkot
authored andcommitted
festive theme
1 parent b75323b commit 20faf74

File tree

5 files changed

+100
-12
lines changed

5 files changed

+100
-12
lines changed

css/elements.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ table.real-table th {
955955
}
956956

957957
emu-table td {
958-
background: var(--background-color);
958+
background: transparent;
959959
}
960960

961961
td[colspan]:not([colspan="1"]), th[colspan]:not([colspan="1"]) {
@@ -1062,7 +1062,7 @@ tr.del > td {
10621062
height: 100vh;
10631063
max-width: 500px;
10641064
box-sizing: border-box;
1065-
background-color: var(--control-background-color);
1065+
background: var(--control-background-color);
10661066
overflow: hidden;
10671067
transition: opacity 0.1s linear;
10681068
padding: 0 5px;
@@ -1503,7 +1503,7 @@ li.menu-search-result-term::before {
15031503

15041504
.toolbox::after {
15051505
border-color: var(--toolbox-tail-background-outside-color);
1506-
border-top-color: var(--control-background-color);
1506+
border-top-color: var(--control-border-color);
15071507
border-width: 10px;
15081508
margin-left: -10px;
15091509
}
@@ -1520,7 +1520,7 @@ li.menu-search-result-term::before {
15201520
left: 0;
15211521
right: 0;
15221522
display: none;
1523-
background-color: var(--control-background-color);
1523+
background: var(--control-background-color);
15241524
z-index: 1;
15251525
}
15261526

@@ -1601,7 +1601,7 @@ emu-normative-optional,
16011601
outline: solid 10000px var(--control-dialog-fade-color);
16021602
border-radius: 5px;
16031603
border-width: 1px 1px 0 1px;
1604-
background-color: var(--control-background-color);
1604+
background: var(--control-background-color);
16051605
display: none;
16061606
}
16071607

css/festive.css

+63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)