Skip to content

Commit

Permalink
[ARCHIVE] Fix fooba.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
4yman-0 committed Jan 25, 2025
1 parent 8164a79 commit d86bcf2
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 26 deletions.
2 changes: 0 additions & 2 deletions archive/foobar.ai/css/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


/* CSS RESET */

* {
Expand Down
18 changes: 15 additions & 3 deletions archive/foobar.ai/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
:root {
--bg-1: #050505;
--bg-2: #111;
--bg-3: #222;
--fg: #EEE;
--fg-1: #AAA;
--fg-2: #777;
--primary: #45F;
--secondary: #8ea;
--teritary: #8ae;
}

html {
scroll-behavior: smooth;
}

body {
font-family: var(--font);
background: var(--bg);
color: var(--text);
background: var(--bg-1);
color: var(--fg);
}

a {
Expand Down Expand Up @@ -48,7 +60,7 @@ a:active {
}

.disabled {
color: var(--text-grayed);
color: var(--fg-2);
user-select: none;
cursor: not-allowed;
}
Expand Down
12 changes: 2 additions & 10 deletions archive/foobar.ai/index.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
/* VARIABLES */

:root {
--bg-1: #050505;
--bg-2: #111;
--bg-3: #222;
--primary: #45F;
--secondary: #8ea;
--teritary: #8ae;
}

.color {
color: var(--secondary);
Expand Down Expand Up @@ -119,7 +111,7 @@
}

.feature {
color: var(--text-grayed);
color: var(--fg-2);
}

.feature--yes {
Expand Down Expand Up @@ -178,7 +170,7 @@

.integrations__list {
padding: 2rem 0;
background: var(--bg);
background: var(--bg-1);
border-radius: 8px;
}

Expand Down
4 changes: 3 additions & 1 deletion archive/foobar.ai/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@

<title>foobar.ai</title>

<link rel="stylesheet" href="../../css/fixes.css">
<link rel="stylesheet" href="../../css/main.css">
<link rel="stylesheet" href="../../css/page.css">

<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="index.css">
</head>
<body>
Expand Down
9 changes: 0 additions & 9 deletions archive/foobar.ai/product/product.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
/* VARIABLES */

:root {
--bg-1: #050505;
--bg-2: #111;
--bg-3: #222;
--primary: #45F;
--secondary: #8ea;
--teritary: #8ae;
}

.header {
padding: .5rem 1rem;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--primary: #787;
--secondary: #446;
--teritary: #886;
--font-1: "Noto Sans", "Open Sans", sans-serif;
--font-1: "Noto Sans", "Open Sans", sans-serif;
--font-2: "Ubuntu Mono", "Courier New", monospace;
}

Expand Down

0 comments on commit d86bcf2

Please sign in to comment.