Browse Source

Button plus with color, more cool

Diego Najar 6 years ago
parent
commit
75ac3c3400
2 changed files with 27 additions and 2 deletions
  1. 14 1
      bl-themes/alternative/css/style.css
  2. 13 1
      bl-themes/blogx/css/style.css

+ 14 - 1
bl-themes/alternative/css/style.css

@@ -18,11 +18,23 @@ img {
 	max-width: 100%;
 }
 
+pre, code {
+	background: #f8f8f8;
+	color: #333;
+}
+
 pre {
-	background: #eee;
+	border-left: 2px solid #ccc;
 	padding: 10px;
 }
 
+code {
+	display: inline-block;
+	padding: 0 0.5em;
+	line-height: 1.4em;
+	border-radius: 3px;
+}
+
 table {
 	empty-cells: show;
 	border: 1px solid #cbcbcb;
@@ -60,6 +72,7 @@ blockquote {
         font-style: italic;
 }
 
+
 /* Paginator */
 .paginator {
 	margin-top: 20px;

+ 13 - 1
bl-themes/blogx/css/style.css

@@ -19,11 +19,23 @@ img {
 }
 
 
+pre, code {
+	background: #f8f8f8;
+	color: #333;
+}
+
 pre {
-	background: #eee;
+	border-left: 2px solid #ccc;
 	padding: 10px;
 }
 
+code {
+	display: inline-block;
+	padding: 0 0.5em;
+	line-height: 1.4em;
+	border-radius: 3px;
+}
+
 table {
 	empty-cells: show;
 	border: 1px solid #cbcbcb;