1
Fork 0

fix: adjust topic-info color so the new domain is colored properly (https://tild.es/a2e)

This commit is contained in:
Bauke 2019-02-02 01:49:52 +01:00
parent 5ce17bcded
commit a80e65e682
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
5 changed files with 921 additions and 1047 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -9,6 +9,7 @@ body.theme-black
background-color: $background
.topic-info
color: $foreground
background-color: $background
.time-responsive-full

View File

@ -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",

1961
yarn.lock

File diff suppressed because it is too large Load Diff