feat: Further simplification of the css.
This commit is contained in:
parent
0293903605
commit
271bb10cc7
@ -1,32 +1,13 @@
|
||||
@charset "UTF-8";
|
||||
body {
|
||||
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
color: #212529;
|
||||
text-align: left;
|
||||
}
|
||||
* {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-family: 'Open Sans', arial, sans-serif;
|
||||
}
|
||||
body {
|
||||
color: #444;
|
||||
}
|
||||
*, ::after, ::before {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
color: #212529;
|
||||
text-align: left;
|
||||
}
|
||||
body {
|
||||
font-family: arial, sans-serif;
|
||||
font-weight: 300;
|
||||
font-size: 15px;
|
||||
line-height: 26px;
|
||||
color: #868f90;
|
||||
}
|
||||
ul.static-pages {
|
||||
font-size: 0.9em;
|
||||
list-style: none;
|
||||
@ -42,16 +23,13 @@ ul.static-pages a:hover, a:hover {
|
||||
ul li {
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
h1.site-title {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
h1, h2 {
|
||||
font-size: 20px;
|
||||
}
|
||||
a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
article h1 {
|
||||
font-size: 30px;
|
||||
}
|
||||
.row {
|
||||
display: flex;
|
||||
}
|
||||
@ -83,7 +61,6 @@ article.page footer {
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: #000;
|
||||
font-family: "Roboto Slab", arial, sans-serif;
|
||||
margin-top: 0;
|
||||
margin-bottom: 20px;
|
||||
font-weight: 300;
|
||||
|
Loading…
Reference in New Issue
Block a user