Skip to content

Commit

Permalink
Update article-style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Giai-Ngo authored Nov 30, 2022
1 parent 750fc2b commit 25a4c53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dark theme/article-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ sn-gs,
font-weight: bold;
}

.mdict font[color="darkred"], .mdict font[color="navy"], .mdict font[color="#225577"] {
.mdict font[color="darkred"], span[color="navy"], .mdict font[color="#225577"] {
color: #64abdb !important;
}

Expand Down Expand Up @@ -151,11 +151,11 @@ sn-gs,


.sdct_x [style="color:darkmagenta"] {
color: gray !important;
color: #64abdb !important;
}

.sdct_x [style="color:navy"] {
color: tomato !important;
color: gray !important;
}

.sdct_x [style="color:tomato"] {
Expand Down Expand Up @@ -360,7 +360,7 @@ table, #definition_T_id, #mh_n_T_id, #mh_T_id, #C_C {

::-webkit-scrollbar {
background-color: #353535;
width: 11px;
width: 10px; /*11*/
overflow: auto
-webkit-overflow-scrolling: touch;
padding-right: 10px;
Expand All @@ -372,7 +372,7 @@ table, #definition_T_id, #mh_n_T_id, #mh_T_id, #C_C {
border-right: 1px solid #353535;
border-top: 2px solid #353535;
border-bottom: 2px solid #353535;
border-radius: 20px 11px 11px 20px;
border-radius: 20px 10px 10px 20px; /*20px 11px 11px 20px*/
min-height: 30px;
}

Expand Down

0 comments on commit 25a4c53

Please sign in to comment.