fix: adjust topic-info color so the new domain is colored properly (https://tild.es/a2e)
This commit is contained in:
parent
5ce17bcded
commit
a80e65e682
|
@ -1034,6 +1034,7 @@ body:not(.theme) .topic-listing>li:nth-of-type(n),body.theme-light .topic-listin
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info,body.theme-light .topic-info,body.theme-dark .topic-info,body.theme-black .topic-info {
|
body:not(.theme) .topic-info,body.theme-light .topic-info,body.theme-dark .topic-info,body.theme-black .topic-info {
|
||||||
|
color: #f8f8f2;
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* ==UserStyle==
|
/* ==UserStyle==
|
||||||
@name Tildes Dracula
|
@name Tildes Dracula
|
||||||
@namespace tildes.net
|
@namespace tildes.net
|
||||||
@version 2.1.0
|
@version 2.1.1
|
||||||
@author Bauke
|
@author Bauke
|
||||||
@description Dracula theme for Tildes.net
|
@description Dracula theme for Tildes.net
|
||||||
@homepageURL https://gitlab.com/Bauke/styles
|
@homepageURL https://gitlab.com/Bauke/styles
|
||||||
|
@ -1045,6 +1045,7 @@ body:not(.theme) .topic-listing>li:nth-of-type(n),body.theme-light .topic-listin
|
||||||
}
|
}
|
||||||
|
|
||||||
body:not(.theme) .topic-info,body.theme-light .topic-info,body.theme-dark .topic-info,body.theme-black .topic-info {
|
body:not(.theme) .topic-info,body.theme-light .topic-info,body.theme-dark .topic-info,body.theme-black .topic-info {
|
||||||
|
color: #f8f8f2;
|
||||||
background-color: #282a36;
|
background-color: #282a36;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@ body.theme-black
|
||||||
background-color: $background
|
background-color: $background
|
||||||
|
|
||||||
.topic-info
|
.topic-info
|
||||||
|
color: $foreground
|
||||||
background-color: $background
|
background-color: $background
|
||||||
|
|
||||||
.time-responsive-full
|
.time-responsive-full
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"name": "Tildes Dracula",
|
"name": "Tildes Dracula",
|
||||||
"namespace": "tildes.net",
|
"namespace": "tildes.net",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"author": "Bauke",
|
"author": "Bauke",
|
||||||
"description": "Dracula theme for Tildes.net",
|
"description": "Dracula theme for Tildes.net",
|
||||||
"homepageURL": "https://gitlab.com/Bauke/styles",
|
"homepageURL": "https://gitlab.com/Bauke/styles",
|
||||||
|
|
Loading…
Reference in New Issue