Fixed styling issues
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 26s
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 26s
This commit is contained in:
@@ -36,7 +36,7 @@ img {
|
||||
font-size: 2rem;
|
||||
}
|
||||
.slogan {
|
||||
font-size: 1.3rem;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
:host {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
gap: 1rem;
|
||||
|
||||
h2 {
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.3rem;
|
||||
font-weight: 300;
|
||||
margin: 0;
|
||||
display: flex;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user