1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

uwuzu version 1.3.1 new_planet

This commit is contained in:
Daichimarukana
2024-03-02 22:27:25 +09:00
parent 1597041471
commit 15758bf040
16 changed files with 104 additions and 78 deletions
+14 -4
View File
@@ -2130,7 +2130,7 @@ main h1{
}
.sendbox textarea{
background-color: var(--background-color);
background-color: var(--ueuse-color);
text-align: left;
margin-left: auto;
margin-right: auto;
@@ -5806,10 +5806,10 @@ summary {
margin-bottom: 0px;
}
.modal-content {
margin-top:40dvh;
margin-top:35dvh;
width: calc(100% - 48px);
margin-bottom: 0px;
height: 55dvh;
height: 60dvh;
max-height: 55dvh;
overflow: scroll;
padding: 24px;
@@ -6797,6 +6797,16 @@ summary {
font-weight: bold;
vertical-align: top;
}
.notification h1{
color:var(--dark-text-color);
}
.notification h2{
color:var(--dark-text-color);
}
.notification h3{
color:var(--dark-text-color);
}
.notification .quote{
width: fit-content;
@@ -6808,7 +6818,7 @@ summary {
padding-right: 6px;
padding-top: 4px;
padding-bottom: 4px;
color:var(--text-color);
color:var(--dark-text-color);
text-decoration: none;
font-family: 'BIZ UDPGothic', sans-serif;
font-weight: normal;