1
Fork 0

Fix some minor color issues

This commit is contained in:
Bauke 2018-06-25 14:13:03 +02:00
parent 892349e415
commit 8b985efc43
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
5 changed files with 32 additions and 2 deletions

View File

@ -288,6 +288,10 @@ body:not(.theme) .post-listing .topic,body.theme-light .post-listing .topic,body
background-color: #282a36
}
body:not(.theme) .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
color: #6272a4
}
body:not(.theme) .link-user,body.theme-light .link-user,body.theme-dark .link-user,body.theme-black .link-user {
color: #50fa7b
}
@ -337,6 +341,10 @@ body:not(.theme) .form-status-error,body.theme-light .form-status-error,body.the
color: #f55
}
body:not(.theme) .is-comment-new .comment-text,body.theme-light .is-comment-new .comment-text,body.theme-dark .is-comment-new .comment-text,body.theme-black .is-comment-new .comment-text {
color: #f8f8f2
}
.topic-voting.btn {
border-style: solid
}

View File

@ -289,6 +289,10 @@
background-color: #282a36
}
body:not(.theme) .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
color: #6272a4
}
body:not(.theme) .link-user,body.theme-light .link-user,body.theme-dark .link-user,body.theme-black .link-user {
color: #50fa7b
}
@ -338,6 +342,10 @@
color: #f55
}
body:not(.theme) .is-comment-new .comment-text,body.theme-light .is-comment-new .comment-text,body.theme-dark .is-comment-new .comment-text,body.theme-black .is-comment-new .comment-text {
color: #f8f8f2
}
.topic-voting.btn {
border-style: solid
}

View File

@ -1,7 +1,7 @@
/* ==UserStyle==
@name Tildes Dracula
@namespace tildes.net
@version 2.0.0
@version 2.0.1
@author Bauke
@description Dracula theme for Tildes.net
@homepageURL https://gitlab.com/Bauke/styles
@ -299,6 +299,10 @@
background-color: #282a36
}
body:not(.theme) .post-listing .label-topic-tag,body.theme-light .post-listing .label-topic-tag,body.theme-dark .post-listing .label-topic-tag,body.theme-black .post-listing .label-topic-tag {
color: #6272a4
}
body:not(.theme) .link-user,body.theme-light .link-user,body.theme-dark .link-user,body.theme-black .link-user {
color: #50fa7b
}
@ -348,6 +352,10 @@
color: #f55
}
body:not(.theme) .is-comment-new .comment-text,body.theme-light .is-comment-new .comment-text,body.theme-dark .is-comment-new .comment-text,body.theme-black .is-comment-new .comment-text {
color: #f8f8f2
}
.topic-voting.btn {
border-style: solid
}

View File

@ -14,6 +14,9 @@ body.theme-black
.topic
background-color: $background
.label-topic-tag
color: $comment
.link-user
color: $green
@ -58,6 +61,9 @@ body.theme-black
.form-status-error
color: $red
.is-comment-new .comment-text
color: $foreground
.topic-voting.btn
border-style: solid

View File

@ -4,7 +4,7 @@
"options": {
"name": "Tildes Dracula",
"namespace": "tildes.net",
"version": "2.0.0",
"version": "2.0.1",
"author": "Bauke",
"description": "Dracula theme for Tildes.net",
"homepageURL": "https://gitlab.com/Bauke/styles",