fix theme issues

This commit is contained in:
Will Freeman
2024-11-13 11:19:38 -07:00
parent 18485579f5
commit fb149b4580
5 changed files with 6 additions and 35 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<div style="position: relative">
<v-btn @click="copyToClipboard" icon variant="plain" flat class="copy-button">
<v-btn color="white" @click="copyToClipboard" icon variant="plain" flat class="copy-button">
<v-icon>mdi-content-copy</v-icon>
</v-btn>
<code ref="codeContent">
+1
View File
@@ -103,6 +103,7 @@ const selectedBrand: Ref<WikidataItem> = ref(alprBrands[0]);
.overlay {
text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
color: white;
/* font-family: 'Courier New', Courier, monospace; */
font-weight: bold;
text-transform: uppercase;