summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorAgustin Ferrari <agustinferrari@gmx.com>2019-01-31 08:21:26 -0300
committerAgustin Ferrari <agustinferrari@gmx.com>2019-01-31 08:21:26 -0300
commite9ea365f2f029f09fea9420d6820d19b67c179cc (patch)
treeb466136ce475c0e55607d11df49912175a14008e /assets
parent55118a676883e6e5ce551ec6c22074893f38b8bc (diff)
downloadinvidious-e9ea365f2f029f09fea9420d6820d19b67c179cc.tar.gz
invidious-e9ea365f2f029f09fea9420d6820d19b67c179cc.tar.bz2
invidious-e9ea365f2f029f09fea9420d6820d19b67c179cc.zip
Add additional parameters in the API comments, highlight the user name in the uploader comments and I finished permalink of the comments.
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 244a5edd..e449df22 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -1,3 +1,10 @@
+.channel-owner {
+ background-color: #008BEC;
+ color: beige;
+ border-radius: 9px;
+ padding: 1px 6px;
+}
+
.h-box {
padding-left: 1em;
padding-right: 1em;