NuxtJS, Vue, real web app Nuxt content: blog Better mobile/responsive design and practices Better practices overall
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
h1, h2, h3, h4, h5, h6, p, a, input[type=text], ul, li, strong {
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-style: normal;
|
||||
}
|
||||
h1 {
|
||||
font-weight: 600;
|
||||
}
|
||||
h2 {
|
||||
font-weight: 500;
|
||||
}
|
||||
h3 {
|
||||
font-weight: 400;
|
||||
}
|
||||
h4 {
|
||||
font-weight: 300;
|
||||
}
|
||||
p {
|
||||
font-weight: normal;
|
||||
}
|
||||
strong {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
a:link {
|
||||
text-decoration: none;
|
||||
color: grey;
|
||||
}
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: grey;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #536878;
|
||||
}
|
||||
a:active {
|
||||
text-decoration: none;
|
||||
color: grey;
|
||||
}
|
||||
Reference in New Issue
Block a user