adjustment
This commit is contained in:
@ -8,9 +8,9 @@
|
||||
align-items: center;
|
||||
|
||||
>svg {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
fill: var(--link-color);
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
fill: var(--secondary-link-color);
|
||||
}
|
||||
|
||||
>a {
|
||||
|
@ -27,6 +27,7 @@
|
||||
--title-bg-color: rgb(68, 114, 196);
|
||||
--hover-bg-color: #eee;
|
||||
--link-color: #1890ff;
|
||||
--secondary-link-color: #1d9ac0;
|
||||
--primary-color: rgb(123, 28, 33);
|
||||
--loading-bg-color: hsla(0, 0%, 100%, .4);
|
||||
--loading-fore-color: rgba(0, 0, 0, .2);
|
||||
|
Reference in New Issue
Block a user