Cosmetics
parent
0c23cc6d0b
commit
18abb0b2b3
|
@ -38,8 +38,8 @@
|
||||||
|
|
||||||
.menu-category {
|
.menu-category {
|
||||||
display: block;
|
display: block;
|
||||||
color: var(--text-color-secondary);
|
color: var(--text-color);
|
||||||
font-weight: 600;
|
font-weight: 700;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
padding: 1.5rem 0 1rem 0;
|
padding: 1.5rem 0 1rem 0;
|
||||||
font-size: 0.857rem;
|
font-size: 0.857rem;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="home">
|
<div class="home">
|
||||||
<div :class="introductionClass">
|
<div :class="introductionClass">
|
||||||
<div class="introduction-promo">Now with Vue 3 Support</div>
|
<div class="introduction-promo">First Class Vue 3 Support</div>
|
||||||
<div class="introduction-title">The NextGen UI Component Library</div>
|
<div class="introduction-title">The NextGen UI Component Library</div>
|
||||||
<div class="introduction-subtitle">for Vue</div>
|
<div class="introduction-subtitle">for Vue</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue