Skip to content

Commit c49347a

Browse files
authored
Add files via upload
1 parent 4f56020 commit c49347a

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

aegleseeker-info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="es" data-theme="dark">
2+
<html lang="es">
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">

amatayakul-info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="es" data-theme="dark">
2+
<html lang="es">
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="es" data-theme="dark">
2+
<html lang="es">
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">

style.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@
1111
--border-radius-md: 16px;
1212
--border-radius-lg: 24px;
1313
--container-max: 1100px;
14+
15+
/* Default Dark Theme Variables */
16+
--bg-main: #000000;
17+
--bg-surface: #0a0a0a;
18+
--bg-surface-hover: #171717;
19+
--bg-overlay: rgba(0, 0, 0, 0.8);
20+
--border-color: #262626;
21+
22+
--text-main: #f8fafc;
23+
--text-muted: #a3a3a3;
24+
--text-inverse: #ffffff;
25+
26+
--primary: #ef4444;
27+
--primary-hover: #dc2626;
28+
29+
--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
30+
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.6), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
31+
--shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.7), 0 4px 10px -2px rgba(0, 0, 0, 0.5);
32+
33+
--glass-bg: rgba(10, 10, 10, 0.7);
34+
--glass-border: rgba(255, 255, 255, 0.05);
35+
36+
--gradient-brand: linear-gradient(135deg, #ef4444, #991b1b);
1437
}
1538

1639
/* Light Theme Variables */

0 commit comments

Comments
 (0)