mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
fixed black theme tooltip color
This commit is contained in:
@@ -213,8 +213,8 @@ onBeforeUnmount(() => {
|
||||
|
||||
<style scoped>
|
||||
.tooltip :deep(.v-overlay__content) {
|
||||
background: rgba(254, 253, 254, 0.98) !important; /* rommWhite */
|
||||
color: rgba(0, 0, 0, 1) !important; /* rommBlack */
|
||||
background: rgba(201, 201, 201, 0.98) !important;
|
||||
color: rgb(41, 41, 41) !important;
|
||||
}
|
||||
.scroll {
|
||||
overflow-y: scroll;
|
||||
|
||||
Reference in New Issue
Block a user