_sass/_base.scss in jekyll-theme-mehdix-rtl-0.1.20 vs _sass/_base.scss in jekyll-theme-mehdix-rtl-0.1.21
- old
+ new
@@ -9,11 +9,10 @@
body {
font-family: $base-font-family;
font-size: $base-font-size;
line-height: $base-line-height;
- font-weight: 300;
color: $text-color;
background-color: $background-color;
-webkit-text-size-adjust: 100%;
overflow-wrap: break-word;
}
@@ -57,57 +56,42 @@
h1, h2, h3, h4, h5, h6 {
font-weight: 300;
}
a {
- // color: $brand-color;
color: $text-color;
text-decoration: none;
&:visited {
- //color: darken($brand-color, 15%);
color: darken($brand-color, 20%);
}
&:hover {
- //color: $text-color;
- //text-decoration: underline;
text-decoration: none;
color: $brand-color;
}
}
-/* Style for glyphs in quotation marks, courtesy of EnigmaRM http://stackoverflow.com/a/16326442/157216 */
blockquote {
font-family: $alt-font-family;
color: $grey-color;
- //border-left: 4px solid $grey-color-light;
- //padding-left: $spacing-unit / 2;
- //font-size: 18px;
letter-spacing: -1px;
font-style: italic;
- border-left: none;
padding-right: $spacing-unit / 2;
padding-left: none;
font-size: x-large;
- margin: 0.25em 0;
+ margin: 0.25em 1em;
padding: 0.35em;
line-height: 1.45;
- position: relative;
- > :last-child {
- margin-bottom: 0;
- }
-
> p {
border-right: 4px solid $brand-color;
padding-right: $spacing-unit / 2;
}
}
-
pre,
code {
font-size: 15px;
border: 1px solid $grey-color-light;
border-radius: 3px;
@@ -117,10 +101,9 @@
padding: 1px 5px;
}
pre {
padding: 8px 12px;
-// overflow-x: scroll;
overflow-x: auto;
> code {
border: 0;
padding-right: 0;
padding-left: 0;
\ No newline at end of file