Skip to content

Commit

Permalink
beta 0.1.0
Browse files Browse the repository at this point in the history
Activity page update
  • Loading branch information
AikoMidori committed Oct 13, 2020
1 parent 5f81e3e commit 728f9de
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
15 changes: 15 additions & 0 deletions css/webkit.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/webkit.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 16 additions & 1 deletion user/activity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,19 @@
/* Thread group comment background */
.blotter_comment_thread .commentthread_entry_quotebox {
background: var(--grey) !important;
}
}

/* Thread comment placeholder */
.commentthread_textarea::-webkit-input-placeholder{
font-style: normal !important;
font-weight: bold !important;
color: #ffffff99 !important;
}

#friendactivity_right_column .box,
.friends_add_block,
#friendactivity_right_column .box,
.blotter_eventsblock {
background: var(--bgcolor) !important;
border-radius: 10px !important;
}

0 comments on commit 728f9de

Please sign in to comment.