mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Merge branch 'dev' of https://github.com/SillyLossy/TavernAI into dev
This commit is contained in:
@@ -161,15 +161,13 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
padding: 5px;
|
|
||||||
font-family: Consolas, monospace;
|
font-family: Consolas, monospace;
|
||||||
color: var(--white50a);
|
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
border: 1px solid var(--white30a);
|
border: 1px solid var(--white30a);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: var(--black70a);
|
|
||||||
display: inline-block;
|
|
||||||
max-width: calc(100svw - 95px);
|
max-width: calc(100svw - 95px);
|
||||||
line-height: var(--mainFontSize);
|
line-height: var(--mainFontSize);
|
||||||
}
|
}
|
||||||
@@ -497,7 +495,7 @@ code {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.swipes-counter {
|
.swipes-counter {
|
||||||
color: white;
|
color: var(--SmartThemeBodyColor);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
||||||
@@ -638,7 +636,7 @@ textarea {
|
|||||||
outline: none;
|
outline: none;
|
||||||
border: 1px solid var(--white30a);
|
border: 1px solid var(--white30a);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
color: var(--white70a);
|
color: var(--SmartThemeBodyColor);
|
||||||
font-size: var(--mainFontSize);
|
font-size: var(--mainFontSize);
|
||||||
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
@@ -648,6 +646,7 @@ textarea {
|
|||||||
input,
|
input,
|
||||||
select {
|
select {
|
||||||
font-size: var(--mainFontSize);
|
font-size: var(--mainFontSize);
|
||||||
|
color: var(--SmartThemeBodyColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
#send_textarea {
|
#send_textarea {
|
||||||
@@ -671,7 +670,7 @@ select {
|
|||||||
|
|
||||||
#send_textarea::placeholder,
|
#send_textarea::placeholder,
|
||||||
.text_pole::placeholder {
|
.text_pole::placeholder {
|
||||||
color: var(--white70a)
|
color: var(--SmartThemeBodyColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
#rm_ch_create_block textarea {
|
#rm_ch_create_block textarea {
|
||||||
@@ -711,7 +710,7 @@ select {
|
|||||||
|
|
||||||
.text_pole {
|
.text_pole {
|
||||||
background-color: var(--black30a);
|
background-color: var(--black30a);
|
||||||
color: var(--white70a);
|
color: var(--SmartThemeBodyColor);
|
||||||
border: 1px solid var(--white30a);
|
border: 1px solid var(--white30a);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
font-family: "Noto Sans", "Noto Color Emoji", sans-serif;
|
||||||
@@ -888,7 +887,7 @@ input[type="file"] {
|
|||||||
/*#################################################################*/
|
/*#################################################################*/
|
||||||
|
|
||||||
select {
|
select {
|
||||||
color: var(--white70a);
|
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
background-color: var(--black30a);
|
background-color: var(--black30a);
|
||||||
border: 1px solid var(--white30a);
|
border: 1px solid var(--white30a);
|
||||||
@@ -1417,7 +1416,8 @@ input[type=search]:focus::-webkit-search-cancel-button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menu_button {
|
.menu_button {
|
||||||
color: var(--white70);
|
color: var(--SmartThemeBodyColor);
|
||||||
|
/* color: var(--white70); */
|
||||||
background-color: var(--black50a);
|
background-color: var(--black50a);
|
||||||
border: 1px solid var(--white30a);
|
border: 1px solid var(--white30a);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
Reference in New Issue
Block a user