mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-17 15:01:42 +08:00
fix tooltip styling
This commit is contained in:
parent
ba079e383e
commit
e4f1455808
@ -28,11 +28,11 @@ const ServerOnly = defineComponent({
|
||||
</ServerOnly>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
:deep(.popper) {
|
||||
background: #464646;
|
||||
padding: 0.5rem;
|
||||
border-radius: 0.375rem;
|
||||
color: #fff;
|
||||
<style>
|
||||
.popper {
|
||||
--popper-theme-background-color: #464646;
|
||||
--popper-theme-padding: 0.5rem;
|
||||
--popper-theme-border-radius: 0.375rem;
|
||||
--popper-theme-text-color: #fff;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user