aboutsummaryrefslogtreecommitdiff
path: root/assets/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets')
-rw-r--r--assets/stylesheets/style.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/assets/stylesheets/style.css b/assets/stylesheets/style.css
index 278bac3..2253b65 100644
--- a/assets/stylesheets/style.css
+++ b/assets/stylesheets/style.css
@@ -67,12 +67,12 @@ main, footer{
#publishing a { color: #555 }
#publishing a:not(:last-child)::after { content: "," }
+footer span,
#copyright, #theme-copyright {
text-align: center;
display: block;
- opacity: .2;
- color: #fff;
margin: .25em;
+ color: #6a6a6a;
}
/* elements */
@@ -169,6 +169,16 @@ ol, ul, pre code {
max-width: 100%;
}
+/* youtube iframe shortcode */
+div.yt-4x3 iframe {
+ display: block;
+ aspect-ratio: 4/3;
+ max-width: 600px;
+ width: 100%;
+ margin: 2em auto;
+ border: 0;
+}
+
/* utility classes */
.monodate, .monospace { font-family: monospace }
.bold { font-weight: bold }