Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab UI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
SWD
SWLab UI
Commits
a2fa8e85
Commit
a2fa8e85
authored
3 months ago
by
minseok.park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lint
parent
6d80ebe7
Pipeline
#21782
failed with stages
in 1 minute and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
toc.css
src/css/toc.css
+11
-12
No files found.
src/css/toc.css
View file @
a2fa8e85
...
...
@@ -367,7 +367,7 @@
}
.chat
.chat-body
.message.ai
{
color
:
#324
B
61
;
color
:
#324
b
61
;
}
/* 마크다운 요소 스타일 */
...
...
@@ -378,7 +378,7 @@
.chat
.chat-body
.message
h4
,
.chat
.chat-body
.message
h5
,
.chat
.chat-body
.message
h6
{
color
:
#2
C3E
50
;
color
:
#2
c3e
50
;
font-weight
:
bold
;
margin-top
:
1.2em
;
margin-bottom
:
0.5em
;
...
...
@@ -392,7 +392,7 @@
.chat
.chat-body
.message
h2
{
font-size
:
1.25em
;
border-bottom
:
1px
solid
#
E3E9F
1
;
border-bottom
:
1px
solid
#
e3e9f
1
;
padding-bottom
:
5px
;
}
...
...
@@ -407,8 +407,8 @@
/* 코드 블록 */
.chat
.chat-body
.message
code
{
background-color
:
#
E3E9F
1
;
color
:
#324
B
61
;
background-color
:
#
e3e9f
1
;
color
:
#324
b
61
;
padding
:
2px
4px
;
font-size
:
0.8em
;
border-radius
:
4px
;
...
...
@@ -416,8 +416,8 @@
/* 여러 줄 코드 블록 */
.chat
.chat-body
.message
pre
{
background-color
:
#
E3E9F
1
;
color
:
#324
B
61
;
background-color
:
#
e3e9f
1
;
color
:
#324
b
61
;
padding
:
15px
;
border-radius
:
5px
;
overflow-x
:
auto
;
...
...
@@ -429,7 +429,7 @@
.chat
.chat-body
.message
ol
{
margin
:
0.5em
0
;
padding-left
:
1em
;
color
:
#3
A4B5A
;
color
:
#3
a4b5a
;
}
.chat
.chat-body
.message
ul
li
{
...
...
@@ -444,7 +444,7 @@
/* 링크 스타일 */
.chat
.chat-body
.message
a
{
color
:
#0072
CE
;
color
:
#0072
ce
;
text-decoration
:
none
;
}
...
...
@@ -454,14 +454,13 @@
/* 인용 블록 */
.chat
.chat-body
.message
blockquote
{
border-left
:
5px
solid
#
E3E9F
1
;
color
:
#5
B6A7C
;
border-left
:
5px
solid
#
e3e9f
1
;
color
:
#5
b6a7c
;
padding-left
:
15px
;
margin
:
1em
0
;
font-style
:
italic
;
}
/* ################## */
.chat
.chat-body
.message.user
{
align-self
:
flex-end
;
background-color
:
var
(
--color-bwg-main
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment