General theme: reorganize thumbnail background variable

This commit is contained in:
Jesús 2021-01-26 22:23:59 -05:00
parent 52ca49628f
commit a47dd66bd0
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
9 changed files with 9 additions and 6 deletions

View File

@ -321,7 +321,7 @@ hr {
left: 0; left: 0;
top: 0; top: 0;
object-fit: cover; object-fit: cover;
background-color: var(--primary-background); background-color: var(--thumb-background);
} }
.length { .length {

View File

@ -6,6 +6,7 @@
--secondary-inverse: #FFF; --secondary-inverse: #FFF;
--primary-background: #757575; --primary-background: #757575;
--secondary-background: #424242; --secondary-background: #424242;
--thumb-background: #757575;
--link: #00B0FF; --link: #00B0FF;
--link-visited: #40C4FF; --link-visited: #40C4FF;
--buttom: #dcdcdb; --buttom: #dcdcdb;

View File

@ -6,6 +6,7 @@
--secondary-inverse: #FFFFFF; --secondary-inverse: #FFFFFF;
--primary-background: #2d3743; --primary-background: #2d3743;
--secondary-background: #102027; --secondary-background: #102027;
--thumb-background: #35404D;
--link: #22aaff; --link: #22aaff;
--link-visited: #7755ff; --link-visited: #7755ff;
--buttom: #DCDCDC; --buttom: #DCDCDC;

View File

@ -6,6 +6,7 @@
--secondary-inverse: #FFFFFF; --secondary-inverse: #FFFFFF;
--primary-background: #F5F5F5; --primary-background: #F5F5F5;
--secondary-background: #EEEEEE; --secondary-background: #EEEEEE;
--thumb-background: #F5F5F5;
--link: #212121; --link: #212121;
--link-visited: #606060; --link-visited: #606060;
--buttom: #DCDCDC; --buttom: #DCDCDC;

View File

@ -291,7 +291,7 @@ hr {
left: 0; left: 0;
top: 0; top: 0;
object-fit: cover; object-fit: cover;
background-color: var(--primary-background); background-color: var(--thumb-background);
} }
.length { .length {

View File

@ -301,7 +301,7 @@ hr {
left: 0; left: 0;
top: 0; top: 0;
object-fit: cover; object-fit: cover;
background-color: var(--primary-background); background-color: var(--thumb-background);
} }
.length { .length {

View File

@ -354,7 +354,7 @@ hr {
left: 0; left: 0;
top: 0; top: 0;
object-fit: cover; object-fit: cover;
background-color: var(--primary-background); background-color: var(--thumb-background);
} }
.title { .title {

View File

@ -295,7 +295,7 @@ hr {
left: 0; left: 0;
top: 0; top: 0;
object-fit: cover; object-fit: cover;
background-color: var(--primary-background); background-color: var(--thumb-background);
} }
.length { .length {

View File

@ -430,7 +430,7 @@ label[for=options-toggle-cbox] {
left: 0; left: 0;
top: 0; top: 0;
object-fit: cover; object-fit: cover;
background-color: var(--primary-background); background-color: var(--thumb-background);
} }
.length { .length {