Browse Source

Add tl_free to styles that do not have it

master
Tomochin 5 months ago
parent
commit
ac1f7e7ccd
4 changed files with 16 additions and 0 deletions
  1. +5
    -0
      static/styles/noir/style.css
  2. +5
    -0
      static/styles/noir2/style.css
  3. +3
    -0
      static/styles/sugoi/style.css
  4. +3
    -0
      static/styles/sugoidark/style.css

+ 5
- 0
static/styles/noir/style.css View File

@@ -62,6 +62,7 @@
--color33: #C35C1C; /*snatched*/
--color34: #BD0D0D; /*leeching*/
--color35: #068206; /*seeding*/
--color84: gold; /*freeleech*/
--color72: green; /*vote_tag_up*/
--color73: red; /*vote_tag_down*/
--color11: #AF2525; /*error_message background*/
@@ -1347,6 +1348,10 @@ select {
.tl_seeding {
color: var(--color35);
}
.tl_free {
color: var(--color84);
}

caption {
border-bottom: 1px solid var(--color27);
font-weight: bold;


+ 5
- 0
static/styles/noir2/style.css View File

@@ -56,6 +56,7 @@
--color33: #C35C1C; /*snatched*/
--color34: #BD0D0D; /*leeching*/
--color35: #068206; /*seeding*/
--color84: gold; /*freeleech*/
--color72: green; /*vote_tag_up*/
--color73: red; /*vote_tag_down*/
--color11: #AF2525; /*error_message background*/
@@ -1372,6 +1373,10 @@ select {
.tl_seeding {
color: var(--color35);
}
.tl_free {
color: var(--color84);
}

caption {
border-bottom: 1px solid var(--color27);
font-weight: bold;


+ 3
- 0
static/styles/sugoi/style.css View File

@@ -1262,6 +1262,9 @@ select {
.tl_seeding {
color: #068206;
}
.tl_free {
color: gold;
}
caption {
border-bottom: 1px solid #BBB;
font-weight: bold;


+ 3
- 0
static/styles/sugoidark/style.css View File

@@ -1262,6 +1262,9 @@
.tl_seeding {
color: #068206;
}
.tl_free {
color: gold;
}
caption {
border-bottom: 1px solid #BBB;
font-weight: bold;


Loading…
Cancel
Save