mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
29 lines
362 B
SCSS
Vendored
29 lines
362 B
SCSS
Vendored
.about {
|
|
.log-tab {
|
|
font-size: 14px;
|
|
|
|
h2 {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
.markdown-body {
|
|
background-color: unset;
|
|
}
|
|
|
|
.about-tab {
|
|
.imgs {
|
|
img {
|
|
max-width: 200px;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
code {
|
|
background-color: rgba(200, 200, 200, 0.4);
|
|
padding: 2px 4px;
|
|
border-radius: 5px;
|
|
}
|
|
}
|