aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-04-24 17:40:24 -0500
committerJesús <heckyel@hyperbola.info>2019-04-24 17:40:24 -0500
commit9986e0b7dbb37b33c34b69ffef5f54c28f9c16ac (patch)
tree4f0c5d8e4f46f04ebf8a29ff0d25f838edc88c77 /src
parentbde4a96f626f4a7f0f8101814ae92f1df34ee73d (diff)
downloadlibretube-theme-9986e0b7dbb37b33c34b69ffef5f54c28f9c16ac.tar.lz
libretube-theme-9986e0b7dbb37b33c34b69ffef5f54c28f9c16ac.tar.xz
libretube-theme-9986e0b7dbb37b33c34b69ffef5f54c28f9c16ac.zip
fix styles
Diffstat (limited to 'src')
-rw-r--r--src/scss/custom/_main.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/scss/custom/_main.scss b/src/scss/custom/_main.scss
index d8272b9..6606128 100644
--- a/src/scss/custom/_main.scss
+++ b/src/scss/custom/_main.scss
@@ -9,6 +9,7 @@ body {
p {
line-height: 24px;
+ font-size: 14px;
}
a {
@@ -66,7 +67,8 @@ h2, h3, h4, h5, h6 {
h1 {
margin-top: 1rem;
- font-size: 1.5rem;
+ font-size: 1rem;
+ font-weight: 700;
}
summary {
@@ -432,10 +434,8 @@ input {
/* Main Content */
-article {
- ul, ol {
- margin-left: 1rem;
- }
+details > ul, ol {
+ margin-left: 1rem;
}
caption {