update config file

This commit is contained in:
lostecho
2023-04-18 13:57:23 +08:00
parent 6af3af3235
commit 487cf457e7
3 changed files with 21 additions and 21 deletions

View File

@@ -10,9 +10,9 @@ window {
margin: 4px;
padding-left: 20px;
border: none;
color: #1e1e2e;
color: #cdd6f4;
font-weight: bold;
background-color: #e7e7ec;
background-color: #1e1e2e;
outline: none;
border-radius: 15px;
margin: 10px;
@@ -25,10 +25,10 @@ window {
#inner-box {
margin: 4px;
border: 10px solid #e7e7ec;
color: #1e1e2e;
border: 10px solid #1e1e2e;
color: #cdd6f4;
font-weight: bold;
background-color: #e7e7ec;
background-color: #1e1e2e;
border-radius: 15px;
}
@@ -36,7 +36,7 @@ window {
margin: 0px;
border: none;
border-radius: 15px;
background-color: #e7e7ec;
background-color: #1e1e2e;
}
#scroll {
@@ -53,7 +53,7 @@ window {
}
#text:selected {
color: #1e1e2e;
color: #cdd6f4;
margin: 0px 0px;
border: none;
border-radius: 15px;