mirror of
https://github.com/arnaucube/blog.git
synced 2026-02-10 04:36:41 +01:00
Update to latest version
This commit is contained in:
@@ -12,10 +12,16 @@ body {
|
||||
background-color: #111;
|
||||
}
|
||||
|
||||
.dark-theme img, .dark-theme video, .dark-theme iframe, .dark-theme .onoffswitch-label, .dark-theme code {
|
||||
/* .dark-theme img, .dark-theme video, .dark-theme iframe, .dark-theme .onoffswitch-label, .dark-theme code { */
|
||||
.dark-theme img, .dark-theme video, .dark-theme iframe, .dark-theme .onoffswitch-label {
|
||||
filter: invert(100%) hue-rotate(180deg);
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #fafafa;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration:none!important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user