Compare commits

..

2 commits

Author SHA1 Message Date
9b4e9b73cc Merge branch 'main' of git.eplg.services:epilogue/eplg-cloud 2025-04-03 17:50:25 +02:00
3bbb6cff34 fixed colors 2025-04-03 17:50:23 +02:00

View file

@ -133,7 +133,7 @@ nav {
.button-primary {
background-color: var(--text-primary);
color: var(--dark-bg);
color: var(--dark-bg);
box-shadow: 0 4px 0 rgba(128, 128, 128, 1);
}
@ -146,7 +146,7 @@ nav {
}
.button-secondary {
background-color: #333333;
background-color: #262626;
color: var(--text-primary);
border: none;
box-shadow: 0 4px 0 rgba(128, 128, 128, 0.5);