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:
authoraustingebauer <gebauer.austin@gmail.com>2020-01-20 06:38:25 +0300
committeraustingebauer <gebauer.austin@gmail.com>2020-01-20 06:38:25 +0300
commitab8bece79f95ec16a80a95d3c535a87ab6895876 (patch)
treeff72242baa77e3906ddd0b2bba01a28b048c1eb0
parente69e241d119fcc04c34c2b4f5dc2a4e8b29673fb (diff)
styles: adds styles to code snippets
-rw-r--r--static/css/custom.scss7
-rw-r--r--static/css/theme.css6
2 files changed, 13 insertions, 0 deletions
diff --git a/static/css/custom.scss b/static/css/custom.scss
index 81fa4f9..583f3af 100644
--- a/static/css/custom.scss
+++ b/static/css/custom.scss
@@ -44,6 +44,13 @@ $fa-font-path: "./webfonts";
background-color: $body-color;
}
+.highlight > pre {
+ padding: 0.5rem 0.8rem;
+ border: 1px solid;
+ border-color: #ddd #ddd #ccc;
+ border-radius: 3px;
+}
+
hr {
border: 0;
height: 1px;
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;