Cosmetics
parent
0c23cc6d0b
commit
18abb0b2b3
|
@ -38,8 +38,8 @@
|
|||
|
||||
.menu-category {
|
||||
display: block;
|
||||
color: var(--text-color-secondary);
|
||||
font-weight: 600;
|
||||
color: var(--text-color);
|
||||
font-weight: 700;
|
||||
user-select: none;
|
||||
padding: 1.5rem 0 1rem 0;
|
||||
font-size: 0.857rem;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="home">
|
||||
<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-subtitle">for Vue</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue