Skip to content

Commit e5e8562

Browse files
committed
Big visual and content update
1 parent ef17922 commit e5e8562

10 files changed

Lines changed: 174 additions & 534 deletions

css/base.css

Lines changed: 8 additions & 173 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
:root {
44
font-family: 'Petrona', serif;
5-
--text-primary: #6f4f5b;
6-
--text-secondary: #ba8398;
7-
--text-dark: #442c35;
8-
--link: #ac2254;
9-
--link-hover: #e40060;
10-
--bg-primary: #ffffff;
11-
--bg-secondary: #f2e2e8;
12-
--hr-color: #f2e2e8;
13-
font-size: 100%;
145
}
156

167
@keyframes fadeIn {
@@ -24,181 +15,25 @@
2415
}
2516

2617
body {
27-
color: var(--text-primary);
28-
background-color: var(--bg-primary);
18+
color: var(--color-stone-900);
2919
animation: fadeIn 2s ease;
3020
}
3121

32-
h1 {
33-
font-size: 4rem;
34-
color: var(--text-secondary);
35-
font-weight: bold;
36-
}
37-
3822
h2 {
3923
font-size: 1.5rem;
40-
color: var(--text-dark);
41-
font-weight: bold;
42-
}
43-
44-
h3 {
45-
font-size: 1.2rem;
46-
color: var(--text-dark);
47-
font-weight: bold;
24+
color: var(--color-stone-800);
4825
}
4926

5027
a {
51-
color: var(--link);
28+
color: var(--color-stone-900);
5229
text-decoration: underline;
53-
text-decoration-thickness: 1.5px;
54-
text-decoration-color: var(--link);
30+
text-decoration-thickness: 1px;
31+
text-decoration-color: var(--color-stone-900);
5532
text-underline-offset: 0.23rem;
56-
transition: color 0.3s ease;
57-
font-weight: bold;
33+
font-weight: 600;
5834
}
5935

6036
a:hover {
61-
color: var(--link-hover);
62-
text-decoration-color: var(--link-hover);
63-
}
64-
65-
nav {
66-
width: 100vw;
67-
height: 5rem;
68-
position: fixed;
69-
top: 0;
70-
display: flex;
71-
flex-direction: row;
72-
background-color: var(--bg-secondary);
73-
}
74-
75-
nav a {
76-
text-decoration: none;
77-
}
78-
79-
button {
80-
border: none;
81-
background-color: transparent;
82-
transition: color 0.3s ease;
83-
}
84-
85-
li {
86-
margin: 0.5rem;
87-
}
88-
89-
hr {
90-
border: 0 none;
91-
margin: 2rem 0rem;
92-
border-top: 1px solid var(--hr-color);
93-
border-bottom: 1px solid var(--hr-color);
94-
height: 3px;
95-
background-color: transparent;
96-
}
97-
98-
.content {
99-
padding-top: 5rem;
100-
}
101-
102-
.container {
103-
margin: 8px 0px;
104-
padding: 2px 0px;
105-
border-radius: 8px;
106-
}
107-
108-
.container h3,
109-
.container p {
110-
margin: 0.3rem 0rem;
111-
}
112-
113-
.container sub {
114-
display: block;
115-
margin: 0rem 0rem 2rem 0rem;
116-
font-size: 1rem;
117-
color: var(--text-secondary);
118-
}
119-
120-
a img {
121-
filter: brightness(0) saturate(100%) invert(63%) sepia(11%) saturate(300%) hue-rotate(295deg) brightness(130%) contrast(87%);
122-
transition: filter 0.3s ease;
123-
margin: 0 0.5rem;
124-
}
125-
126-
a img:hover {
127-
filter: brightness(0) saturate(100%) invert(63%) sepia(11%) saturate(900%) hue-rotate(295deg) brightness(90%) contrast(87%);
128-
}
129-
130-
.tag-llm {
131-
background-color: #E8E6FF;
132-
color: #5A4D9C;
133-
}
134-
135-
.tag-deliberation {
136-
background-color: #FFE6E6;
137-
color: #9C4D4D;
138-
}
139-
140-
.tag-group-epistemics {
141-
background-color: #FFEDE6;
142-
color: #9C614D;
143-
}
144-
145-
.tag-platform {
146-
background-color: #E6F0FF;
147-
color: #4D7A9C;
148-
}
149-
150-
.tag-democracy {
151-
background-color: #ffe6ea;
152-
color: #99394d;
153-
}
154-
155-
.tag-future {
156-
background-color: #E6FFFA;
157-
color: #4D9C8C;
158-
}
159-
160-
.tag-adaptive {
161-
background-color: #ffe6f7;
162-
color: #99397b;
163-
164-
}
165-
166-
.tag-worldbuild {
167-
background-color: #E6FFF0;
168-
color: #4D9C7A;
169-
}
170-
171-
.tag-award {
172-
background-color: #F7F2E0;
173-
color: #8C7A40;
174-
}
175-
176-
.tag-react {
177-
background-color: #E6F3FF;
178-
color: #4D7A9C;
179-
}
180-
181-
.tag-next {
182-
background-color: #E6E8FF;
183-
color: #4D5A9C;
184-
}
185-
186-
.tag-client {
187-
background-color: #E6F0FF;
188-
color: #4D7A9C;
189-
}
190-
191-
.tag-bot {
192-
background-color: #F0F0FF;
193-
color: #5A5A9C;
194-
}
195-
196-
.tag-tools {
197-
background-color: #FFE6F0;
198-
color: #9C4D7A;
199-
}
200-
201-
.tag-facilitation {
202-
background-color: #FFE6E6;
203-
color: #9C4D4D;
37+
color: var(--color-stone-400);
38+
text-decoration-color: var(--color-stone-400);
20439
}

0 commit comments

Comments
 (0)