Skip to content

Commit d6271cc

Browse files
author
Alexia Michelle
committed
style: Simplify copyright messages and deepen dark theme background colors and gradients.
1 parent 66f1893 commit d6271cc

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const config = {
150150
],
151151
},
152152
],
153-
copyright: `Copyright © ${new Date().getFullYear()} GoldenDog Linux. Hosted on <a href="https://github.com/goldendoglinux" target="_blank" rel="noopener noreferrer">GitHub</a> - Built with <a href="https://docusaurus.io/" target="_blank" rel="noopener noreferrer">Docusaurus</a>. Linux(TM) is property of Linus Torvalds handled by <a href="https://www.linuxfoundation.org/" target="_blank" rel="noopener noreferrer">The Linux Foundation</a>. GoldenDog depends entirely on <a href="https://www.debian.org/" target="_blank" rel="noopener noreferrer">The Debian GNU/Linux</a> Project.`,
153+
copyright: ${new Date().getFullYear()} GoldenDog Linux<br/>Built by the community. Powered by Debian GNU/Linux.`,
154154
},
155155
prism: {
156156
theme: prismThemes.github,

i18n/es/docusaurus-theme-classic/footer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"description": "The label of footer link with label=About linking to /about"
3333
},
3434
"copyright": {
35-
"message": "Copyright © 2025 GoldenDog Linux. Hosteado en <a href=\"https://github.com/goldendoglinux\" target=\"_blank\" rel=\"noopener noreferrer\">GitHub</a> - Creado con <a href=\"https://docusaurus.io/\" target=\"_blank\" rel=\"noopener noreferrer\">Docusaurus</a>. Linux(TM) es propiedad de Linus Torvalds gestionada por <a href=\"https://www.linuxfoundation.org/\" target=\"_blank\" rel=\"noopener noreferrer\">The Linux Foundation</a>. GoldenDog depende enteramente del Proyecto <a href=\"https://www.debian.org/\" target=\"_blank\" rel=\"noopener noreferrer\">The Debian GNU/Linux</a>.",
35+
"message": "© 2025 GoldenDog Linux<br/>Construido por la comunidad. Impulsado por Debian GNU/Linux.",
3636
"description": "The footer copyright"
3737
}
3838
}

src/css/custom.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030

3131
/* Premium Dark overrides */
3232
[data-theme='dark'] {
33-
--ifm-background-color: #08080a;
34-
/* Refined charcoal background */
35-
--ifm-navbar-background-color: rgba(8, 8, 10, 0.7);
36-
--ifm-footer-background-color: #08080a;
33+
--ifm-background-color: #050507;
34+
/* Even deeper charcoal background */
35+
--ifm-navbar-background-color: rgba(5, 5, 7, 0.7);
36+
--ifm-footer-background-color: #050507;
3737
/* Unified with background */
3838

3939
--ifm-font-color-base: #eceef2;

src/pages/index.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
text-align: center;
99
position: relative;
1010
overflow: hidden;
11-
background: radial-gradient(circle at 50% 120%, #1a0233 0%, #06010d 100%);
11+
background: radial-gradient(circle at 50% 120%, #120124 0%, #030107 100%);
1212
}
1313

1414

@@ -99,7 +99,7 @@
9999
transform: translateX(-50%);
100100
width: 200%;
101101
height: 2000px;
102-
background: radial-gradient(circle at 50% 10%, rgba(175, 115, 255, 0.04) 0%, transparent 60%);
102+
background: radial-gradient(circle at 50% 10%, rgba(175, 115, 255, 0.02) 0%, transparent 60%);
103103
pointer-events: none;
104104
z-index: 0;
105105
}

0 commit comments

Comments
 (0)