aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-04-08 16:42:44 -0500
committerJesús <heckyel@hyperbola.info>2019-04-08 16:42:44 -0500
commit91ceeee4dc151e5e7f7ccfcfcb38bc9c6d666351 (patch)
treee838f7315a7ee552fa753ee266508f0fa4971726 /src
parent5c6324fa71946be744782e33086277cb48987ab0 (diff)
downloadlibretube-theme-91ceeee4dc151e5e7f7ccfcfcb38bc9c6d666351.tar.lz
libretube-theme-91ceeee4dc151e5e7f7ccfcfcb38bc9c6d666351.tar.xz
libretube-theme-91ceeee4dc151e5e7f7ccfcfcb38bc9c6d666351.zip
added styles for author
Diffstat (limited to 'src')
-rw-r--r--src/scss/custom/_main.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/scss/custom/_main.scss b/src/scss/custom/_main.scss
index 4de23c6..85d7f16 100644
--- a/src/scss/custom/_main.scss
+++ b/src/scss/custom/_main.scss
@@ -26,6 +26,25 @@ a {
}
}
+// Author
+.hr-author {
+ margin: 10px 0;
+}
+
+a.link-author {
+ color: #fff;
+ &:hover {
+ color: #fff;
+ }
+}
+
+.style-scope svg {
+ width: 1rem;
+ height: 1rem;
+ fill: #555;
+}
+// /Author
+
article span {
color: #e00918;
}