このコミットが含まれているのは:
守矢諏訪子 2023-08-08 14:53:13 +09:00
コミット d3d42d4836
1個のファイルの変更3行の追加5行の削除

ファイルの表示

@ -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;
}