This commit is contained in:
remi 2022-05-05 14:33:29 +02:00
parent 18377d080e
commit 5a15cfc817
3 changed files with 11 additions and 3 deletions

View File

@ -7,4 +7,12 @@
</div>
<p id="popup-meaning"></p>
</div>
</div>
<div id="smol-popup" style="opacity: 0; pointer-events: none;">
<h1>um</h1>
<div>
heonian: <span id="smol-heo"></span><br>
type: <span id="smol-type"></span>
</div>
<p id="smol-meaning"></p>
</div>

View File

@ -1 +1 @@
</th>
</td>

View File

@ -174,7 +174,7 @@ main {
#popup {
width: 300px;
background-color: white;
background-color: var(--left-color);
border-radius: 8px;
padding: 8px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
@ -183,7 +183,7 @@ main {
#smol-popup {
width: 200px;
background-color: white;
background-color: var(--left-color);
border-radius: 8px;
padding: 8px;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);