Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Administrator
/
chatgpt.ai-pro.org
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
3
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
64bb4f9d
authored
2023-02-03 17:12:11 +0800
by
RSA
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
theme
1 parent
8b0ccf90
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
client/src/color_theme_1.css
client/src/color_theme_1.css
View file @
64bb4f9
...
...
@@ -38,7 +38,11 @@ span.info {
}
.chat-message.chatgpt
{
background-color
:
#ffffff
!important
;
background
:
#feffff
;
/* Old browsers */
background
:
-moz-linear-gradient
(
45deg
,
#feffff
0%
,
#ddf1f9
55%
,
#eff7f5
98%
);
/* FF3.6-15 */
background
:
-webkit-linear-gradient
(
45deg
,
#feffff
0%
,
#ddf1f9
55%
,
#eff7f5
98%
);
/* Chrome10-25,Safari5.1-6 */
background
:
linear-gradient
(
45deg
,
#feffff
0%
,
#ddf1f9
55%
,
#eff7f5
98%
);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#feffff'
,
endColorstr
=
'#eff7f5'
,
GradientType
=
1
);
/* IE6-9 fallback on horizontal gradient */
}
.chat-message-center
{
padding
:
20px
10px
!important
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment