tangled
alpha
login
or
join now
xan.lol
/
flushes.app
forked from
atpota.to/flushes.app
0
fork
atom
The 1st decentralized social network for sharing when you're on the toilet. Post a "flush" today! Powered by the AT Protocol.
0
fork
atom
overview
issues
pulls
pipelines
fix
dame-is
3 months ago
5b56bb09
dfd5e052
+7
-4
1 changed file
expand all
collapse all
unified
split
src
components
EditFlushModal.module.css
+7
-4
src/components/EditFlushModal.module.css
···
13
13
}
14
14
15
15
.modalContent {
16
16
-
background: var(--background);
16
16
+
background: var(--card-background, #ffffff);
17
17
+
background-color: var(--card-background, #ffffff);
17
18
border: 2px solid var(--border);
18
19
padding: 30px;
19
20
max-width: 600px;
···
82
83
padding: 12px;
83
84
font-size: 1rem;
84
85
border: 2px solid var(--border);
85
85
-
background: var(--background);
86
86
-
color: var(--foreground);
86
86
+
background: var(--input-background, #f5f5f5);
87
87
+
background-color: var(--input-background, #f5f5f5);
88
88
+
color: var(--foreground, #000000);
87
89
font-family: inherit;
88
90
transition: border-color 0.2s;
89
91
}
···
113
115
}
114
116
115
117
.emojiButton {
116
116
-
background: var(--background);
118
118
+
background: var(--input-background, #f5f5f5);
119
119
+
background-color: var(--input-background, #f5f5f5);
117
120
border: 2px solid var(--border);
118
121
padding: 12px;
119
122
font-size: 1.5rem;