summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2018-10-20 13:47:20 -0500
committerOmar Roth <omarroth@hotmail.com>2018-10-20 13:51:52 -0500
commit3c634d9f66ca39debd1f9946f07094634109d0fa (patch)
tree4f9a114090bb5a9a88eb3bdf06f9fdc72919405e
parent94d116974b6b435205daf014f45271c61a74bcf9 (diff)
downloadinvidious-3c634d9f66ca39debd1f9946f07094634109d0fa.tar.gz
invidious-3c634d9f66ca39debd1f9946f07094634109d0fa.tar.bz2
invidious-3c634d9f66ca39debd1f9946f07094634109d0fa.zip
Update styling for subscribe buttons
-rw-r--r--assets/css/default.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 0582ea58..a7496981 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -22,8 +22,14 @@ div {
padding-right: 10px;
}
-.pure-button-primary {
- background: rgba(0, 182, 240, 1);
+a.pure-button-primary {
+ background-color: #a0a0a0;
+ color: rgba(35, 35, 35, 1);
+}
+
+a.pure-button-primary:hover {
+ background-color: rgba(0, 182, 240, 1);
+ color: #fff;
}
/*