commit 3108de2876b83a10167d4b8d6a769a621a0b3906
parent 47b9e556d06b77f1a41ae204f7a6a8e0c5a340cb
Author: Frederic Cambus <fred@statdns.com>
Date: Fri, 16 Mar 2018 11:22:32 +0100
Update chrysalide.css to accomodate Rouge and add a top bar
Diffstat:
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/styles/chrysalide.css b/styles/chrysalide.css
@@ -29,6 +29,7 @@ body {
line-height: 1.6;
margin: 0;
padding: 0;
+ border-top: 8px solid #af463e;
}
a {
@@ -73,18 +74,27 @@ p {
img {
display: inline-block;
height: auto;
- max-width: 100%;
margin: auto;
+ max-width: 100%;
}
p a {
border-bottom: 2px solid pink;
}
+pre {
+ font-size: 18px;
+ overflow: auto;
+}
+
time {
color: #aaa;
}
+.highlight {
+ border-radius: 5px;
+}
+
.youtube {
position: relative;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */