aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-05-02 17:59:02 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-05-02 17:59:02 +0000
commitf9d2a5f621fd9fc83d3d2668393f86c6a30fc477 (patch)
tree4219a1036ec40424ee44ec96ef31038e6d5e4e9f /view/theme/redbasic/css
parent3612cdac1a0b6a0435f705abcfd1112784175954 (diff)
downloadvolse-hubzilla-f9d2a5f621fd9fc83d3d2668393f86c6a30fc477.tar.gz
volse-hubzilla-f9d2a5f621fd9fc83d3d2668393f86c6a30fc477.tar.bz2
volse-hubzilla-f9d2a5f621fd9fc83d3d2668393f86c6a30fc477.zip
Dark schema: last bits. From now on, only updates.
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 274ec50bc..ff051d673 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -100,6 +100,12 @@ code {
max-width: 80%;
}
+pre {
+ background: $pre_bgcolour;
+ color: $pre_txtcolour;
+ border:1px solid $pre_borderc;
+}
+
blockquote {
background-color: $blockquote_bgcolour;
border-left: 4px solid $blockquote_bordercolour;
@@ -146,7 +152,7 @@ header {
.info-message {
font-size: 1.1em;
border: 1px solid #444;
- background-color: #F0F0F0;
+ background-color: $infomess_bgcolour;
padding: 10px;
-moz-border-radius: $radiuspx;
border-radius: $radiuspx;