Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion styles/dracula/feed-event.mcss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ FeedEvent {
}
}
a.full {
background: #282a36
background: #343744
color: #bd93f9
}
div.replies {
border-top: 1px solid #282a36
Expand Down
4 changes: 2 additions & 2 deletions styles/dracula/message.mcss
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ Message {
}
a.backlink {
padding: 10px 20px
background: #282a36
color: #6272a4
background: #343744
color: #bd93f9
:hover {
color: #aaa
}
Expand Down
3 changes: 2 additions & 1 deletion styles/dracula/thread.mcss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Thread {
a.full {
background: #282a36
background: #343744
color: #bd93f9
}

div.messages {
Expand Down