Fixed styling issues
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 26s

This commit is contained in:
2024-11-07 20:49:12 +01:00
parent f6f3668593
commit da7a2f5ad1
3 changed files with 3 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ img {
font-size: 2rem;
}
.slogan {
font-size: 1.3rem;
font-size: 1.5rem;
}
:host {

View File

@@ -16,7 +16,7 @@
gap: 1rem;
h2 {
font-size: 1.5rem;
font-size: 1.3rem;
font-weight: 300;
margin: 0;
display: flex;

View File

@@ -21,12 +21,11 @@ html {
[data-theme="dark"] {
// dark mode
--text-color: rgb(222, 112, 108);
--text-color: #F7A6A6;
--background-color: rgb(41, 23, 44);
--accent-color: #E94541;
--logo-color: #E94541;
--menu-color: #A3203D;
--menu-text-color: #F4A5A7;
.only-on-dark {
display: inline-block;