Femboy pink :3 (and save/load beta :3)
This commit is contained in:
parent
fb3d89a0bf
commit
422fed554e
3 changed files with 11 additions and 135 deletions
|
@ -35,6 +35,15 @@
|
|||
--latte-blue: #1e66f5;
|
||||
--latte-pink: #ea76cb;
|
||||
|
||||
/* Femboy Pink Theme */
|
||||
--femboy-pink-base: #ffebf0;
|
||||
--femboy-pink-base-rgb: 255, 235, 240;
|
||||
--femboy-pink-surface0: #ffccd5;
|
||||
--femboy-pink-surface1: #ffb3c1;
|
||||
--femboy-pink-text: #ff5e78;
|
||||
--femboy-pink-blue: #5e5eff;
|
||||
--femboy-pink-pink: #ff5e78;
|
||||
|
||||
/* Default theme (Mocha) */
|
||||
--base: var(--mocha-base);
|
||||
--base-rgb: var(--mocha-base-rgb);
|
||||
|
@ -129,26 +138,9 @@ body {
|
|||
}
|
||||
|
||||
.category a {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
color: var(--text);
|
||||
text-decoration: none;
|
||||
transition: all 0.2s;
|
||||
font-size: calc(var(--link-size, 16px) * 0.9);
|
||||
line-height: 1.5;
|
||||
padding: 0.25rem 0;
|
||||
}
|
||||
|
||||
.category a i,
|
||||
.category a img.custom-link-icon {
|
||||
width: var(--link-size, 16px);
|
||||
height: var(--link-size, 16px);
|
||||
min-width: var(--link-size, 16px);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: calc(var(--link-size, 16px) * 0.8);
|
||||
transition: color 0.2s;
|
||||
}
|
||||
|
||||
.category a:hover {
|
||||
|
@ -850,47 +842,3 @@ body {
|
|||
transform: translateY(-2px);
|
||||
background: var(--surface0);
|
||||
}
|
||||
|
||||
.copyright-section {
|
||||
margin-top: 2rem;
|
||||
padding-top: 1rem;
|
||||
border-top: 1px solid var(--surface0);
|
||||
text-align: center;
|
||||
font-size: 0.95rem;
|
||||
opacity: 1;
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.copyright-section p {
|
||||
margin: 0.5rem 0;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
copyright-section a {
|
||||
color: var(--blue);
|
||||
text-decoration: none;
|
||||
transition: all 0.2s;
|
||||
font-weight: 500;
|
||||
padding: 0.1rem 0.3rem;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
copyright-section a:hover {
|
||||
color: var(--pink);
|
||||
background: var(--surface0);
|
||||
}
|
||||
|
||||
copyright-footer {
|
||||
margin-top: 1rem;
|
||||
font-size: 0.85rem;
|
||||
opacity: 0.7;
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.settings-note {
|
||||
margin-top: 1rem;
|
||||
font-size: 0.9rem;
|
||||
opacity: 0.8;
|
||||
color: var(--text);
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue