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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAngelo Stavrow <contact@angelostavrow.com>2019-06-24 02:20:52 +0300
committerAngelo Stavrow <contact@angelostavrow.com>2019-06-24 02:20:52 +0300
commit99d1e540016a646f72c278b097b6d6516039a170 (patch)
treec710046ee77342c580624cceae45c812b21877a1 /static
parentba4902523c1e5b34379afb4e6e20e070b05032af (diff)
Prefer double-quotes over single-quotes
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css22
1 files changed, 11 insertions, 11 deletions
diff --git a/static/css/style.css b/static/css/style.css
index fb8d1b5..5fb9154 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -5,7 +5,7 @@
body {
background-color: #f8f8f8;
color: #3f3f3f;
- font-family: 'Charter', Helvetica, Arial, serif;
+ font-family: "Charter", Helvetica, Arial, serif;
margin: 0 auto;
}
@@ -97,7 +97,7 @@ body {
}
h1, h2, h3 {
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
+ font-family: "Fira Sans", Helvetica, Arial, sans-serif;
font-weight: bold;
margin-top: 2em;
padding-top: 0.15em;
@@ -135,7 +135,7 @@ h2.list-title > a:hover {
}
a.read-more {
- font-family: 'Fira Sans';
+ font-family: "Fira Sans";
font-size: smaller;
text-transform: uppercase;
}
@@ -147,7 +147,7 @@ section.content {
p.post-date {
background-color: #00416a;
color: #dee5e9;
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
+ font-family: "Fira Sans", Helvetica, Arial, sans-serif;
font-size: smaller;
margin: 0 0 2.5em 0;
padding: 0.25em 0.5em;
@@ -164,7 +164,7 @@ h2.list-title {
}
p.list-post-date {
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
+ font-family: "Fira Sans", Helvetica, Arial, sans-serif;
font-size: smaller;
margin: 1em 0 1.5em 0;
padding: 0;
@@ -176,7 +176,7 @@ p.list-post-date {
}
.copyright {
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
+ font-family: "Fira Sans", Helvetica, Arial, sans-serif;
font-size: smaller;
margin-top: 2em;
text-align: center;
@@ -203,7 +203,7 @@ img.u-photo {
}
.card-subhead {
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
+ font-family: "Fira Sans", Helvetica, Arial, sans-serif;
font-size: smaller;
text-transform: uppercase;
}
@@ -221,7 +221,7 @@ blockquote {
code {
background-color: #dee5e9;
color: #00416a;
- font-family: 'Fira Code', Helvetica, Arial, monospace;
+ font-family: "Fira Code", Helvetica, Arial, monospace;
padding: 0.1em 0.2em 0.1em 0.2em;
}
@@ -252,7 +252,7 @@ a.permalink {
}
.post-tag {
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
+ font-family: "Fira Sans", Helvetica, Arial, sans-serif;
font-size: small;
text-transform: uppercase;
}
@@ -288,7 +288,7 @@ div#site-header > p {
}
div#page-nav, #pagination {
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
+ font-family: "Fira Sans", Helvetica, Arial, sans-serif;
font-size: smaller;
line-height: 1em;
margin: 1.5em 0 2.5em 0;
@@ -382,7 +382,7 @@ nav#article-skip {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
- font-family: 'Fira Sans', Helvetica, Arial, sans-serif;
+ font-family: "Fira Sans", Helvetica, Arial, sans-serif;
font-size: smaller;
justify-content: space-around;
line-height: 1em;