Commit a2fa8e85 authored by minseok.park's avatar minseok.park

lint

parent 6d80ebe7
Pipeline #21782 failed with stages
in 1 minute and 40 seconds
......@@ -367,7 +367,7 @@
}
.chat .chat-body .message.ai {
color: #324B61;
color: #324b61;
}
/* 마크다운 요소 스타일 */
......@@ -378,7 +378,7 @@
.chat .chat-body .message h4,
.chat .chat-body .message h5,
.chat .chat-body .message h6 {
color: #2C3E50;
color: #2c3e50;
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 #E3E9F1;
border-bottom: 1px solid #e3e9f1;
padding-bottom: 5px;
}
......@@ -407,8 +407,8 @@
/* 코드 블록 */
.chat .chat-body .message code {
background-color: #E3E9F1;
color: #324B61;
background-color: #e3e9f1;
color: #324b61;
padding: 2px 4px;
font-size: 0.8em;
border-radius: 4px;
......@@ -416,8 +416,8 @@
/* 여러 줄 코드 블록 */
.chat .chat-body .message pre {
background-color: #E3E9F1;
color: #324B61;
background-color: #e3e9f1;
color: #324b61;
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: #3A4B5A;
color: #3a4b5a;
}
.chat .chat-body .message ul li {
......@@ -444,7 +444,7 @@
/* 링크 스타일 */
.chat .chat-body .message a {
color: #0072CE;
color: #0072ce;
text-decoration: none;
}
......@@ -454,14 +454,13 @@
/* 인용 블록 */
.chat .chat-body .message blockquote {
border-left: 5px solid #E3E9F1;
color: #5B6A7C;
border-left: 5px solid #e3e9f1;
color: #5b6a7c;
padding-left: 15px;
margin: 1em 0;
font-style: italic;
}
/* ################## */
.chat .chat-body .message.user {
align-self: flex-end;
background-color: var(--color-bwg-main);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment