Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 59a7661

Browse files
dracula: better colors for thread expander and backlinks
1 parent 04a5e52 commit 59a7661

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

styles/dracula/feed-event.mcss

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ FeedEvent {
1919
}
2020
}
2121
a.full {
22-
background: #282a36
22+
background: #343744
23+
color: #bd93f9
2324
}
2425
div.replies {
2526
border-top: 1px solid #282a36

styles/dracula/message.mcss

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Message {
8484
}
8585
a.backlink {
8686
padding: 10px 20px
87-
background: #282a36
88-
color: #6272a4
87+
background: #343744
88+
color: #bd93f9
8989
:hover {
9090
color: #aaa
9191
}

styles/dracula/thread.mcss

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Thread {
22
a.full {
3-
background: #282a36
3+
background: #343744
4+
color: #bd93f9
45
}
56

67
div.messages {

0 commit comments

Comments
 (0)