ごめん

This commit is contained in:
諏訪子 2023-08-08 14:53:13 +09:00
parent db557cba29
commit d3d42d4836

View file

@ -479,14 +479,13 @@ span > select {
color: rgb(0, 182, 240);
}
.dark-theme a,
.dark-theme .pure-button-primary:hover,
.dark-theme .pure-button-primary:focus,
.dark-theme .pure-button-secondary:hover,
.dark-theme .pure-button-secondary:focus {
color: #fff !important;
border-color: rgb(0, 182, 240) !important;
background-color: rgba(0, 182, 240, 1) !important;
color: #4f2975 !important;
border-color: rgb(238, 109, 242) !important;
background-color: rgb(176, 0, 240) !important;
}
.dark-theme .pure-button-secondary {
@ -495,7 +494,6 @@ span > select {
}
.dark-theme a {
>>>>>>> 34508966027fce3f460d9670eeecef67b92565a0
color: #a0a0a0;
text-decoration: none;
}