Style changes
This commit is contained in:
2
static/css/main.min.css
vendored
2
static/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
body {
|
body {
|
||||||
font-family: 'LatoLatinWeb', Avenir, HelveticaNeue-Light, "Helvetica Neue Light",
|
font-family: 'LatoLatinWeb', Avenir, HelveticaNeue-Light, "Helvetica Neue Light",
|
||||||
"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||||
color: #3A3B3C;
|
color: #141823;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
background-color: #ecedef;
|
background-color: #ecedef;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -62,7 +62,7 @@ strong {
|
|||||||
width: 33px;
|
width: 33px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: #3A3B3C;
|
background-color: #141823;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
transform-origin: center;
|
transform-origin: center;
|
||||||
transition: transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0),
|
transition: transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0),
|
||||||
@@ -121,7 +121,7 @@ strong {
|
|||||||
}
|
}
|
||||||
.post-date {
|
.post-date {
|
||||||
display: block;
|
display: block;
|
||||||
color: #7A7B7C;
|
color: #6A6B6C;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
@@ -129,11 +129,10 @@ strong {
|
|||||||
margin: 1.5em 0;
|
margin: 1.5em 0;
|
||||||
}
|
}
|
||||||
.dropcase > p:first-of-type::first-letter {
|
.dropcase > p:first-of-type::first-letter {
|
||||||
font-family: 'LatoLatinWebHeavyItalic';
|
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin: 0 0.1em -0.1em 0;
|
margin: 0.05em 0.15em -0.1em 0;
|
||||||
/* initial-letter: 2; Maybe someday*/
|
/* initial-letter: 2; Maybe someday*/
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
@@ -157,7 +156,7 @@ strong {
|
|||||||
}
|
}
|
||||||
.list-header-subtext {
|
.list-header-subtext {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #7A7B7C;
|
color: #6A6B6C;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -237,7 +236,7 @@ strong {
|
|||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
word-spacing: 0.5em;
|
word-spacing: 0.5em;
|
||||||
border-left: thin solid #7A7B7C;
|
border-left: thin solid #6A6B6C;
|
||||||
}
|
}
|
||||||
.end-nav {
|
.end-nav {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -289,7 +288,7 @@ strong {
|
|||||||
margin: 1.5em auto;
|
margin: 1.5em auto;
|
||||||
}
|
}
|
||||||
.muted-text {
|
.muted-text {
|
||||||
color: #7A7B7C;
|
color: #6A6B6C;
|
||||||
}
|
}
|
||||||
.katex-display {
|
.katex-display {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
@@ -336,7 +335,7 @@ code {
|
|||||||
padding: .2em .5em;
|
padding: .2em .5em;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
border-radius: 0.3rem;
|
border-radius: 0.3rem;
|
||||||
background-color: #f3f3f3;
|
background-color: #f5f6f7;
|
||||||
}
|
}
|
||||||
pre > code {
|
pre > code {
|
||||||
display: block;
|
display: block;
|
||||||
@@ -352,10 +351,10 @@ hr {
|
|||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #3A3B3C;
|
color: #141823;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
color: #3A3B3C;
|
color: #141823;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
@@ -370,7 +369,7 @@ th {
|
|||||||
font-weight: normal
|
font-weight: normal
|
||||||
}
|
}
|
||||||
tr:nth-child(even) td {
|
tr:nth-child(even) td {
|
||||||
background: #f3f3f3;
|
background: #f5f6f7;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
padding: 2em 0;
|
padding: 2em 0;
|
||||||
|
|||||||
@@ -2,14 +2,6 @@
|
|||||||
XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
|
XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.hljs {
|
|
||||||
display: block;
|
|
||||||
overflow-x: auto;
|
|
||||||
padding: 0.5em;
|
|
||||||
background: #f3f3f3;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.hljs-comment,
|
.hljs-comment,
|
||||||
.hljs-quote {
|
.hljs-quote {
|
||||||
color: #006a00;
|
color: #006a00;
|
||||||
|
|||||||
Reference in New Issue
Block a user