summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2018-03-11 12:05:56 -0500
committerOmar Roth <omarroth@hotmail.com>2018-03-11 12:05:56 -0500
commit052fa400a2aaf4c452dc21c47789d0a10b99eed0 (patch)
tree0a8855981fe6f828ff87b4fe15a308580faf687e /assets
parent8b2d2044b299ed9bfe163673e209f039bcda1239 (diff)
downloadinvidious-052fa400a2aaf4c452dc21c47789d0a10b99eed0.tar.gz
invidious-052fa400a2aaf4c452dc21c47789d0a10b99eed0.tar.bz2
invidious-052fa400a2aaf4c452dc21c47789d0a10b99eed0.zip
Add padding for watch page
Diffstat (limited to 'assets')
-rw-r--r--assets/css/custom.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 7ff9a196..6c57f7ce 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -1,9 +1,13 @@
a {
- color: #333;
- text-decoration: none;
+ color: #333;
+ text-decoration: none;
}
a:hover,
a:active {
- color: #167ac6;
-} \ No newline at end of file
+ color: #167ac6;
+}
+
+.l-box {
+ padding: 1em;
+}