Update some style

This commit is contained in:
Laurent
2025-11-03 14:38:40 +01:00
parent 248667512c
commit 56cfd97444
4 changed files with 27 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
:root {
--primary-color: #5f9a13;
--background-color : #1E331A;
--accent-color: #5f9a13;
--action-color : #e01a4f;
}
::-webkit-scrollbar {
@@ -47,6 +49,8 @@ main {
.container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
@@ -61,6 +65,11 @@ a {
text-decoration: none;
}
a:hover
{
color: var(--action-color);
}
.logo
{
width: 25px;
@@ -68,5 +77,5 @@ a {
}
.accentuated {
color: var(--primary-color);
color: var(--accent-color);
}