commit a7f654847ee901925d8dd84fe5e283173d3b0269
parent 94105591bacac4c18ca7a6f822f7a6c7c3ab9269
Author: markseu <mark2011@mayberg.se>
Date: Sun, 9 May 2021 01:06:49 +0200
Updated Stockholm theme
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/system/themes/stockholm.css b/system/themes/stockholm.css
@@ -91,13 +91,12 @@ a:hover {
.content th {
text-align: left;
padding: 0.3em;
+ border-bottom: 1px solid #ddd;
}
.content td {
text-align: left;
padding: 0.3em;
padding-right: 2em;
- border-top: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
}
.content code,
.content pre {
@@ -128,7 +127,8 @@ a:hover {
.content blockquote {
margin-left: 0;
padding-left: 1em;
- border-left: 1px solid #ddd;
+ font-weight: bold;
+ border-left: 3px solid #29f;
}
.content .notice1 {
margin: 1em 0;