Skip to content
Snippets Groups Projects
Commit d99a3989 authored by apsr23's avatar apsr23
Browse files

FIX store button

parent 02609669
1 merge request!13FIX store button
...@@ -107,7 +107,6 @@ ...@@ -107,7 +107,6 @@
<style> <style>
:global(body) { :global(body) {
background-image: url('/background.png');
margin: 0; margin: 0;
padding: 0; padding: 0;
color: #00f7ff; color: #00f7ff;
...@@ -178,6 +177,7 @@ ...@@ -178,6 +177,7 @@
margin-bottom: 8px; margin-bottom: 8px;
cursor: pointer; cursor: pointer;
text-align: left; text-align: left;
font-family: 'Rajdhani', 'Courier New', sans-serif;
} }
.filter-btn:hover { .filter-btn:hover {
...@@ -203,6 +203,7 @@ ...@@ -203,6 +203,7 @@
flex: 1; flex: 1;
padding: 20px; padding: 20px;
overflow-y: auto; /* Mantém o scroll funcionando */ overflow-y: auto; /* Mantém o scroll funcionando */
background-image: url('/background.png');
} }
p { p {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment