Browse Source

Updated theme for pre.nocode, it now also has shadow

tags/v0.10
Frans Bouma 10 years ago
parent
commit
87ff51994f
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      Themes/Default/Destination/css/theme.css

+ 5
- 0
Themes/Default/Destination/css/theme.css View File

@@ -405,6 +405,11 @@ pre > code {
box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
}

pre.nocode {
box-shadow: 0px 0px 8px rgba(10,10,10,0.1);
}


q {
quotes: none;
}


Loading…
Cancel
Save