mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-05-17 07:29:38 +03:00
23 lines
354 B
CSS
23 lines
354 B
CSS
html, body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
color: #2c3e50;
|
|
}
|
|
|
|
#app {
|
|
padding: 0 20px;
|
|
}
|
|
|
|
ul {
|
|
line-height: 1.5em;
|
|
padding-left: 1.5em;
|
|
}
|
|
|
|
a {
|
|
color: #7f8c8d;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #4fc08d;
|
|
}
|