alpha
Login
or
Join now
atpota.to
/
flushes.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix
author
dame-is
date
6 months ago
(Dec 5, 2025, 12:58 PM -0500)
commit
5b56bb09
5b56bb097906bbdf8e0445fe197e45fcdfc5ae91
parent
dfd5e052
dfd5e0520eb9b88382dd80da303adeeadb9743ef
+7
-4
1 changed file
Expand all
Collapse all
Unified
Split
src
components
EditFlushModal.module.css
+7
-4
src/components/EditFlushModal.module.css
Reviewed
···
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;