aboutsummaryrefslogtreecommitdiff
path: root/assets/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets')
-rw-r--r--assets/stylesheets/style.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/assets/stylesheets/style.css b/assets/stylesheets/style.css
index 24b860d..2ef619d 100644
--- a/assets/stylesheets/style.css
+++ b/assets/stylesheets/style.css
@@ -44,7 +44,7 @@ header a:hover {
header a:hover::after {
content: "";
- background: green;
+ background: #309a00;
position: absolute;
display: block;
bottom: -.3em;
@@ -64,9 +64,8 @@ main, footer{
text-align: right;
color: #555;
}
-#publishing a {
- color: #555;
-}
+#publishing a { color: #555 }
+#publishing a:not(:last-child)::after { content: "," }
#copyright, #theme-copyright {
text-align: center;
@@ -169,7 +168,7 @@ ol, ul, pre code {
}
/* utility classes */
-.monodate { font-family: monospace }
+.monodate, .monospace { font-family: monospace }
.bold { font-weight: bold }
.nowrap { white-space: nowrap }
.overflow-box { overflow: scroll }