forked from MarseyWorld/MarseyWorld
make <code> brighter on dark themes
parent
16302cd77c
commit
3ee054d152
|
@ -38,3 +38,7 @@ lite-youtube, iframe {
|
|||
#cdae00 60px
|
||||
);
|
||||
}
|
||||
|
||||
code {
|
||||
color: #f679b2;
|
||||
}
|
||||
|
|
|
@ -108,3 +108,7 @@ pre {
|
|||
lite-youtube, iframe {
|
||||
color-scheme: light !important;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #f679b2;
|
||||
}
|
||||
|
|
|
@ -161,3 +161,7 @@ color: var(--gray-700);
|
|||
lite-youtube, iframe {
|
||||
color-scheme: light !important;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #f679b2;
|
||||
}
|
||||
|
|
|
@ -76,3 +76,7 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare
|
|||
lite-youtube, iframe {
|
||||
color-scheme: light !important;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #f679b2;
|
||||
}
|
||||
|
|
|
@ -238,3 +238,7 @@ lite-youtube, iframe {
|
|||
.sidebar-wpd--holes a {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #f679b2;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue