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 {
|
||||
color: #f8f8f2;
|
||||
background-color: #282a36;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* ==UserStyle==
|
||||
@name Tildes Dracula
|
||||
@namespace tildes.net
|
||||
@version 2.1.0
|
||||
@version 2.1.1
|
||||
@author Bauke
|
||||
@description Dracula theme for Tildes.net
|
||||
@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 {
|
||||
color: #f8f8f2;
|
||||
background-color: #282a36;
|
||||
}
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@ body.theme-black
|
|||
background-color: $background
|
||||
|
||||
.topic-info
|
||||
color: $foreground
|
||||
background-color: $background
|
||||
|
||||
.time-responsive-full
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"options": {
|
||||
"name": "Tildes Dracula",
|
||||
"namespace": "tildes.net",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"author": "Bauke",
|
||||
"description": "Dracula theme for Tildes.net",
|
||||
"homepageURL": "https://gitlab.com/Bauke/styles",
|
||||
|
|
Loading…
Reference in New Issue