pref: styles

This commit is contained in:
KUN1007 2023-11-29 13:27:12 +08:00
parent 9527ba7412
commit 17860040eb
2 changed files with 1 additions and 1 deletions

View file

@ -30,7 +30,6 @@ const content = computed(() => props.content)
color: var(--kungalgame-font-color-3);
border: none !important;
padding: 0 10px;
margin-top: 17px;
overflow-x: auto;
}

View file

@ -72,6 +72,7 @@ const user = computed(() => props.user)
justify-content: center;
margin-top: 17px;
font-size: 17px;
word-break: break-word;
a {
color: var(--kungalgame-blue-5);