_sass/jekyll-zeta.scss in jekyll-zeta-0.3.8 vs _sass/jekyll-zeta.scss in jekyll-zeta-0.3.9
- old
+ new
@@ -16,14 +16,14 @@
padding: 0 .5rem 5rem .5rem;
word-wrap: break-word;
}
code.highlighter-rouge {
- color: #fff;
- background: #000;
- border-radius: 2px;
- padding: 2px;
+ color: #333;
+ background: #F0f2f4;
+ border-radius: 3px;
+ padding: 0 5px;
margin: 5px;
}
code {
color: #333;
@@ -32,12 +32,11 @@
}
div.highlighter-rouge code {
border-radius: 4px;
display: block;
- overflow-x: auto;
- white-space: pre-wrap;
+ overflow: auto;
padding: 1rem;
}
img {
width: 60%;
@@ -58,26 +57,31 @@
}
table {
width: 100%;
}
-
+table{
+ box-shadow: 0px 0px 5px #e0e0e0;
+}
+th{
+ background-color: #d0d0d0;
+}
table,
th,
td {
border: thin solid #e0e0e0;
border-collapse: collapse;
- padding: 0.4em 2em ;
+ padding: 0.4em 1em ;
}
tr:nth-child(even){
background-color: #f5f5f5;
}
hr {
margin-top: 2rem;
margin-bottom: 2rem;
- border-color: #e0e0e0;
- border-style: dashed;
+ border-color: #808080;
+ border-style: dashed
}
a:hover {
\ No newline at end of file