Updating css.
This commit is contained in:
parent
a6bd0893a5
commit
54dd7078bb
@ -3,17 +3,17 @@
|
|||||||
|
|
||||||
/*serif*/
|
/*serif*/
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Lexend';
|
font-family: "Lexend";
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url('/essays/assets/css/fonts/Lexend-Regular.ttf')
|
src: url("/essays/assets/css/fonts/Lexend-Regular.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Lexend';
|
font-family: "Lexend";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
src: url('/essays/assets/css/fonts/Lexend-Bold.ttf')
|
src: url("/essays/assets/css/fonts/Lexend-Bold.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
#a-title > h1:nth-child(1) {
|
#a-title > h1:nth-child(1) {
|
||||||
@ -29,31 +29,47 @@ a.btn.btn-github {
|
|||||||
line-height: initial;
|
line-height: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
table, td, th {
|
table,
|
||||||
|
td,
|
||||||
|
th {
|
||||||
border: 1px solid gray;
|
border: 1px solid gray;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {color:#4eb289}
|
a:link {
|
||||||
a:hover, a:visited:hover {color:#aaa}
|
color: #4eb289;
|
||||||
a:visited {color:#aaa}
|
|
||||||
body{
|
|
||||||
color:#fff;
|
|
||||||
background:#0e1d29;
|
|
||||||
margin:1em auto;
|
|
||||||
max-width:40em;
|
|
||||||
padding:0 .62em;
|
|
||||||
font:1.2em/1.62 "Lexend", serif;
|
|
||||||
}
|
}
|
||||||
h1,h2,h3 {
|
a:hover,
|
||||||
line-height:1.2;
|
a:visited:hover {
|
||||||
|
color: #aaa;
|
||||||
}
|
}
|
||||||
@media print{
|
a:visited {
|
||||||
body{
|
color: #aaa;
|
||||||
max-width:none
|
}
|
||||||
|
body {
|
||||||
|
color: #fff;
|
||||||
|
background: #0e1d29;
|
||||||
|
margin: 1em auto;
|
||||||
|
max-width: 40em;
|
||||||
|
padding: 0 0.62em;
|
||||||
|
font:
|
||||||
|
1.2em/1.62 "Lexend",
|
||||||
|
serif;
|
||||||
|
}
|
||||||
|
h1,
|
||||||
|
h2,
|
||||||
|
h3 {
|
||||||
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
@media print {
|
||||||
|
body {
|
||||||
|
max-width: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
img {max-width: 100%; height:auto;}
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
border-left: 4px solid #4eb289;
|
border-left: 4px solid #4eb289;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user