Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/theme.css')
-rw-r--r--static/css/theme.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/theme.css b/static/css/theme.css
index e0350a2..6a27432 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -11362,6 +11362,12 @@ readers do not read off random characters that represent icons */
color: white;
background-color: #212529; }
+.highlight > pre {
+ padding: 0.5rem 0.8rem;
+ border: 1px solid;
+ border-color: #ddd #ddd #ccc;
+ border-radius: 3px; }
+
hr {
border: 0;
height: 1px;