Merge pull request 'Settings changes' (#40) from sageTheDm/interstellar_ai:main into main

Reviewed-on: https://interstellardevelopment.org/code/code/React-Group/interstellar_ai/pulls/40
This commit is contained in:
Patrick 2024-09-24 15:02:31 +02:00
commit 21589915ff
6 changed files with 171 additions and 84 deletions

View file

@ -147,3 +147,16 @@
display: block;
font-weight: bold;
}
.export-button{
background-color: var(--button-hover-background-color);
padding: 10px;
margin: 10px;
border-radius: 10px;
}
.import-file{
background-color: var(--button-hover-background-color);
padding: 10px;
margin: 10px;
}