feat: 添加新的 Sakai Vue 布局和样式,重构基础样式,更新 README,调整插件配置
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
body {
|
||||
font-weight: normal;
|
||||
transition:
|
||||
color 0.5s,
|
||||
background-color 0.5s;
|
||||
|
@ -1,10 +1,3 @@
|
||||
#app {
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
padding: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.green {
|
||||
text-decoration: none;
|
||||
color: hsla(160, 100%, 37%, 1);
|
||||
|
Reference in New Issue
Block a user