Update to latest version

This commit is contained in:
arnaucube
2023-01-03 11:31:36 +01:00
parent e766aa9016
commit 547859017b
45 changed files with 2142 additions and 48 deletions

View File

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